This project was bootstrapped with Create React App.
Find React docs here.
- react - As react base.
- react-redux - Official React bindings for redux.
- react-router-dom - For routing
- redux - For managing states globally as redux is a is a predictable state container for JavaScript apps.
- redux-logger - For logging all the actions in dev mode.
- redux-persist - For Persist and rehydrate a redux store. i.e - keep the data if user hit a refresh page.
- axios - For API calls. Axios is a promise based HTTP client.
- react-helmet - For SEO in react.
- lodash - For JS functions.
- Flow - For propTypes checking. (just add // @flow at the top of file to validate)
- Encrypt - For redux security