Skip to content

Releases: ashleydb/ReactTodo

React Redux

06 Feb 06:35
Compare
Choose a tag to compare

Now converting from only React to using React with Redux. That means keeping the state in a store and dispatching actions and reducers instead of passing around handlers on components.

Test me at http://fast-savannah-72950.herokuapp.com/

Pure React

05 Feb 23:57
Compare
Choose a tag to compare

Complete release of the app using only React.