Chok’s React Utilities
    Preparing search index...

    Variable SharedStateDefaultsConst

    SharedStateDefaults: { lazyLoad: boolean; storeExpiryMs: number } = ...

    These values are configurable by the user at any time.

    Type Declaration

    • lazyLoad: boolean

      True to load from storage only on mount, false (default) to load in the top level scope when the shared state is defined.

    • storeExpiryMs: number

      Default duration for storage expiration in milliseconds. Initial value is 30 days, but can be changed to anything.