
To Redux or Not: the Art of Structuring State in React Apps
Vasu walks through various strategies for modeling state, explaining when each of them can be used.
Vasu walks through various strategies for modeling state, explaining when each of them can be used.
An excerpt from Azat Mardan's "React Quickly" book, which explains how to work with state in React and takes a look at the difference between state & props.
Following his article on working with data in React, Eric Greene of the Microsoft Developer Network looks at state propagation in React.