react-shopping-cart icon indicating copy to clipboard operation
react-shopping-cart copied to clipboard

Easily integrate React Shopping Cart into your existing website without using Redux.

Results 28 react-shopping-cart issues
Sort by recently updated
recently updated
newest added

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

when change one qty but add another one to cart, we will get pre one qty

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

whenever you click to the add to cart button its adds respective amount to sum for no of items remain unchanged

Hi @sivadass I have downloaded the code for shopping cart app and tried to install it via the create-react-app method, so the webpack and babel files are downloaded automatically. the...

updated line 53 typo product

Hi sivadass, Thanks for your template, there is a typo error in this.state.quickViewProduct in src\components\Product.js line number 54 Thanks

When I set up the proxy server,He didn't seem to work.I would like to ask how to solve the problem。API request 404 ` devServer: { open: true, historyApiFallback: true, overlay:...

Can you make it support local storage? because now if we refresh after adding to cart, all my items are cleared.