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.