Reader small image

You're reading from  React 16 Tooling

Product typeBook
Published inApr 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788835015
Edition1st Edition
Languages
Tools
Right arrow
Authors (2):
Adam Boduch
Adam Boduch
author image
Adam Boduch

Adam Boduch has been involved in large-scale JavaScript development for nearly 15 years. Before moving to the frontend, he worked on several large-scale cloud computing products using Python and Linux. No stranger to complexity, Adam has practical experience with real-world software systems and the scaling challenges they pose.
Read more about Adam Boduch

Christopher Pitt
Christopher Pitt
author image
Christopher Pitt

Christopher Pitt is a principal developer for SilverStripe in Wellington, New Zealand. He usually works on open source software, though sometimes you'll find him building compilers and robots.
Read more about Christopher Pitt

View More author details
Right arrow

Building a messaging app


It's difficult to talk about tooling used to deploy React applications without any context. For this, you'll throw together a basic messaging app. In this section, you'll see how the app works and how it is built. Then, you'll be ready for the remaining chapter sections where you'll learn how to deploy your application as a set of containers.

The basic idea of this app is to be able to login and send messages to your contacts, as well as receiving messages. We'll keep it super simple. In terms of functionality, it'll barely match SMS capabilities. In fact, that can be the app title—Barely SMS. The idea is to have a React application with enough moving parts to test out in a production setting, as well as a server that you'll be able to deploy in a container later on.

For visual appearance, we'll use the Material-UI (https://material-ui-next.com/) component library. However, the choice of UI components should not affect the lessons of this chapter.

Starting Barely SMS...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
React 16 Tooling
Published in: Apr 2018Publisher: PacktISBN-13: 9781788835015

Authors (2)

author image
Adam Boduch

Adam Boduch has been involved in large-scale JavaScript development for nearly 15 years. Before moving to the frontend, he worked on several large-scale cloud computing products using Python and Linux. No stranger to complexity, Adam has practical experience with real-world software systems and the scaling challenges they pose.
Read more about Adam Boduch

author image
Christopher Pitt

Christopher Pitt is a principal developer for SilverStripe in Wellington, New Zealand. He usually works on open source software, though sometimes you'll find him building compilers and robots.
Read more about Christopher Pitt