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 |