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