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

Environment where localStorage doesnt exist such us mini-apps such us wechat,alipay support

ALWISHARIFF opened this issue · comments

I am using this package with goji.js a airbnb project but unfortnately it uses the localStorage browser api can you use alternatives such us https://www.npmjs.com/package/local-storage to make the package free of localStorage or another way to make the documentation clear on how to write the storage prop value of the provider component since the documentation is not clear enough on how to write the getters and setters to the props.
Regards