React and Redux are libraries that provide great UI abstractions and state management for building web apps. To understand them better, we'll make our own small version of each to encourage deeper understanding. We'll strip out a lot of the stuff React and Redux do in order to see how they accomplish their essential tasks: modeling a component tree, a state tree, connecting the two, and responding to updates. You'll come away with a more foundational understanding of how these libraries work internally.
[244]

Comments

Comments are closed.