Functions
createLocalPersister
Essential
The createLocalPersister function creates a LocalPersister object that can persist the Store to the browser's local storage. Read more.
createOpfsPersister
The createOpfsPersister function creates an OpfsPersister object that can persist the Store to a file in an origin private file system (OPFS). Read more.
createSessionPersister
Essential
The createSessionPersister function creates a SessionPersister object that can persist the Store to the browser's session storage. Read more.