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

Latest commit

 

History

History
15 lines (10 loc) · 470 Bytes

File metadata and controls

15 lines (10 loc) · 470 Bytes

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.