notrab / react-use-cart

React hook library for managing cart state

Home Page:http://npm.im/react-use-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How Can i disable Storage In LocalStorage ?

opened this issue · comments

How Can i disable Storage In LocalStorage ?

You could provide a custom storage prop to the CartProvider that returns a function that does nothing for the getter/setters.

can you provide me a sandbox example that could be Helpful.