Documentation: Document missing methods for data
module
#7015
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Developer Documentation
Documentation for developers
Milestone
When working on publishing
data
module to npm, we noticed that some methods aren't documented in the README file:setPersistenceStorage
withRehydration
loadAndPersist
We should fix it. In addition, we should add a note how to use them in node environment because by default they depend on
window.localStorage
. Example of how to setup it withstore
npm module:I haven't tested it, but in general, it should work as explained by @aduth:
The text was updated successfully, but these errors were encountered: