React/Redux • TodoMVC

React is a JavaScript library for creating user interfaces by Facebook and Instagram. Many people choose to think of React as the V in MVC.

Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

Resources

Support

Let us know if you discover anything worth sharing.

Implementation

This app is built using the set of React best practices that I have found most useful. In particular:

In addition, this app is intended to show off the development environment of React/Redux. As such, it includes sourcemaps and debugging tools. Source code comments indicate where the code would need to be changed for a real production build.

Credit

Created by Stephen Cleary