#Introduction This is a product listing and sorting via drag&drop app demo built via React+Redux There are also two React libary I used: Infinite Scroll and Drag&Drop
##Usage
- cd to the root directory and
npm install
- run the app with
npm start
- Go to
http://localhost:8080/
at browser to check the web app
##components
- presentational components for the UI rendering
##containers
- container components which receive store and pass to presentaional components as props
##css
- global css for the web app
##reducers
- redux reducers which are responsible for taking the currnet store state and return the next state