This project is bootstrapped with Create-React-App.
This is a
- react
- webpack
- redux
- ionic
app inside a docker container awaiting further configuration.
To apply personal changes,
npm i -s {YOURPACKAGENAMEHERE}
refactor your source code into the project(--> USEFUL LINKS)
redux-logger
; a minimal redux debugging toolredux-saga
; a better thunk, using the new ES6 generator capabilityhistory
; manage session history through stateconnected-react-router
; replacement for react-redux-routerredux-persist
; save redux state between sessionstypesafe-actions
; a thin actions wrapper
see useful links