This project was bootstrapped with Create React App.
built for training with ReactJS & Redux
clone this repo
yarn - install dependencies
yarn start - run dev server on localhost:3000
- react
- redux
- react-router v3
- redux-thunk
applying search during user inputmove dispatch out of try-catchmigrate to redux-saga- handle errors of fetching data
- optimize Phones and Categories first rendering
- apply components with "Presentational and Container components pattern"
- migrate to react-router 4
- improve project folder architecture
- improve UI