This project is for learning Redux
yarn insall
yarn start
yarn run dev
all redux in single JS file
http://0.0.0.0:9999/redux.html
separate action from others
http://0.0.0.0:9999/reduxaction.html
separate reducer from others
http://0.0.0.0:9999/reduxreducer.html
learn combineReducers
http://0.0.0.0:9999/reduxcombinereducer.html
learn createStore compose
http://0.0.0.0:9999/reduxstore.html
learn react-redux
http://0.0.0.0:9999/reactredux.html
learn middleware
http://0.0.0.0:9999/reactreduxmiddleware.html
learn asynchronous operation by redux-thunk
http://0.0.0.0:9999/reactreduxasync.html
learn asynchronous operation by redux-saga