Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejasbubane/redux-examples
Code from Dan Abramov's redux courses on egghead
https://github.com/tejasbubane/redux-examples
ecmascript esnext javascript react redux
Last synced: 10 days ago
JSON representation
Code from Dan Abramov's redux courses on egghead
- Host: GitHub
- URL: https://github.com/tejasbubane/redux-examples
- Owner: tejasbubane
- Created: 2017-04-21T15:04:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T19:49:53.000Z (over 7 years ago)
- Last Synced: 2024-11-13T16:42:09.427Z (2 months ago)
- Topics: ecmascript, esnext, javascript, react, redux
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Examples:
Examples from Dan Abramov's courses on Redux on egghead.
* These are my practice sessions and should not be treated as standard examples.
* Tests for some of the examples which do not use React can be run directly from
the command-line using node. I tested them on node `v7.3.0`.
Before running those tests you will need to run `npm install` or `yarn install`
to install dependencies.eg. `node 13_combineReducersFromScratch.js`