Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History

counter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Counter Example

This example extends Redux's counter example to attach reducer after store creation.

To run the example locally:

git clone https://github.com/ioof-holdings/redux-dynamic-reducer.git

cd redux-dynamic-reducer/examples/counter
npm install
npm start

Or check out the sandbox.