Functions
createLocalPersister
Essential
The createLocalPersister function creates a LocalPersister object that can persist the Store to the browser's local storage. Read more.
createSessionPersister
Essential
The createSessionPersister function creates a SessionPersister object that can persist the Store to the browser's session storage. Read more.