redux-app-examples

2.0.0 • Public • Published

redux-app-examples

Examples of redux-app with Angular and React. Pick whatever view framework you like (same BI code used across frameworks)...

npm version npm license dependencies dependencies

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.

TypeError: Cannot read property 'used' of null - If you get this error when calling npm start run the following:

git checkout -- package-lock.json
npm prune
npm start

Examples Source

Example Angular React
Counters - a basic example
Counters with Identity - using the withId decorator, a "mini ORM" feature
Async Dogs - using the sequence decorator, an async pattern that does not require thunks
Todo List - your familiar todo list example, this time with redux-app
Gladiators - a real world example

Change Log

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

Package Sidebar

Install

npm i redux-app-examples

Weekly Downloads

5

Version

2.0.0

License

MIT

Unpacked Size

1.64 MB

Total Files

227

Last publish

Collaborators

  • alonrbar