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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Todos Example

This example extends Redux's todos example to bundle the Todo's component and reducer together and automatically attach the state when mounter.

To run the example locally:

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

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

Or check out the sandbox.