Files
redux/docs/basics
2015-10-22 15:58:47 +03:00
..
2015-10-03 13:27:22 -05:00
2015-10-03 14:10:28 -05:00
2015-08-06 22:39:16 -07:00
2015-10-15 19:08:39 +02:00
2015-09-11 19:21:57 +10:00
2015-10-22 15:58:47 +03:00

Basics

Dont be fooled by all the fancy talk about reducers, middleware, store enhancers—Redux is incredibly simple. If youve ever built a Flux application, you will feel right at home. (If youre new to Flux its easy too!)

In this guide, well walk through the process of creating a simple Todo app.