redux-app-examples
Examples of redux-app with Angular or Aurelia. Choose what fits you best.
Installtion
mkdir redux-app-examples
cd redux-app-examples
git init
git pull https://github.com/alonrbar/redux-app-examples
npm install
Run the examples
After installation run npm start
and open localhost:3000
on your browser.
Examples Source
Example | Angular | Aurelia |
---|
Counters - a basic example | Angular | Aurelia |
Counters with Identity - using the withId decorator, a "mini ORM" feature | Angular | Aurelia |
Async Dogs - using the sequence decorator, an async pattern that does not require thunks | Angular | Aurelia |
Todo List - your familiar todo list example, this time with redux-app | Angular | Aurelia |
Gladiators - a real world example | Angular | Aurelia |
Change Log