Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`