redux-app-examples

examples of redux-app together with your favorite client side framework


Example Framwork
1 counters - a basic example Angular Aurelia
2 counters with identity - using the withId decorator, a "mini ORM" feature Angular Aurelia
3 async dogs - using the sequence decorator, an async pattern that does not require thunks Angular Aurelia
4 todo - your familiar todo list example, this time with redux-app (leverages connect and computed) Angular Aurelia