redux-app-examples
A set of example usages of
redux-app
with
aurelia
Examples:
1
counters - a basic example
2
counters with identity - using the
withId
decorator, a "mini ORM" feature
3
async dogs - using the
sequence
decorator, an async pattern that does not require thunks
4
todo - your familiar todo list example, this time with redux-app