June 2018
Intermediate to advanced
320 pages
10h 11m
English
This chapter covers
React is a library for creating user interfaces, invented and used by Facebook. The React ecosystem has expanded rapidly over the last few years. It’s now possible to use React in many types of applications and architectures. This chapter will teach you what you need to know about React to build an isomorphic application. I’ll start by teaching you some React basics. The next chapter covers React component patterns and introduces React Router.
Before getting started with this chapter, I recommend installing the React Developer tools for Chrome or ...