Skip to Content
React 16 Tooling
book

React 16 Tooling

by Adam Boduch, Christopher Pitt
April 2018
Intermediate to advanced content levelIntermediate to advanced
298 pages
6h 34m
English
Packt Publishing
Content preview from React 16 Tooling

The home page

If you were able to login successfully, you'll be taken to the home page of the app. You should see a page that looks like this:

The home page of Barely SMS shows the user's contacts who are currently online. In this case, there are clearly no other users online yet. Let's take a look at the Home component source now:

import React, { Component } from 'react'; import { withStyles } from 'material-ui/styles'; import Paper from 'material-ui/Paper'; import Avatar from 'material-ui/Avatar'; import IconButton from 'material-ui/IconButton'; import ContactMail from 'material-ui-icons/ContactMail'; import Message from 'material-ui-icons/Message'; ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro React 16

Pro React 16

Adam Freeman

Publisher Resources

ISBN: 9781788835015Supplemental Content