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.