react-redux-express-cart
react-redux-express-cart copied to clipboard
Ecommerce products listing and add to cart functionality using react redux with express api
React Ecommerce add to cart with redux and express api
Ecommerce add to cart functionality reactjs with router.
Concepts used in this POC
- Debouncing to optimized rest api calls
- Infinite scrolling with the help of debounce. Underscore Debounce
- Lazy loading of images while scrolling. React-lazyload
Software Stack
Screen-shots
Installation
$ npm install
$ npm start
Development with Live reloading
$npm run dev
Todos
- Write Unit Test cases.
Demo and Tutorial:
THENEXTFACT Tutorial: How to create shopping cart in react redux