Chok’s React Utilities
    Preparing search index...

    Module storage

    Backing storage implementation for the shared state. Note that this uses the LocalStore and KvStore from package "@choksheak/ts-utils", but is customized to be used for shared states.

    Normally you will not need to use this module directly, but if you have a need for it, feel free to use it.

    Type Aliases

    PersistTo
    StorageOptions
    StoreConstructorArgs
    StoreOptions

    Functions

    getStorageAdapter
    kvStoreAdapter
    localStoreAdapter