March 2017
Intermediate to advanced
821 pages
18h 21m
English
React is not enough to build a complete application, as it's just the view layer. We need an architecture for holding the application logic and data, and this is where Flux comes in. Obviously, React can be used with any other architecture, but Flux is what is mostly used with React, as Flux is based on unidirectional data flow, like React. In this chapter, we will build a single-page RSS reader using React and Flux.
We will cover the following topics:
Flux is an application architecture and not a framework. You ...
Read now
Unlock full access