How to Build a Todo App Using React, Redux, and Immutable.js
December 4, 2015The way React uses components and a one-way data flow makes it ideal for describing the structure of user interfaces. However, its tools for working with state are kept deliberately simple — to help remind us that React is just the View in the traditional Model-View-Controller architecture. There’s nothing ...
Recent Comments