How to make 2 identical components with each having different separate reducer using rematch, No more action types, action creators, switch statements or thunks.
- Clone this repo using
git clone https://github.com/salcad/two-separate-todos-react-redux-rematch.git
- Move to the appropriate directory:
cd two-separate-todos-react-redux-rematch
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
.
This project was bootstrapped with Create React App.