@acoustic-content-sdk/redux-feature-database

Redux feature that maintains a cached version of the redux store in localstorage.

Usage no npm install needed!

<script type="module">
  import acousticContentSdkReduxFeatureDatabase from 'https://cdn.skypack.dev/@acoustic-content-sdk/redux-feature-database';
</script>

README

npm

API Documentation

Home > @acoustic-content-sdk/redux-feature-database

redux-feature-database package

Redux feature that maintains a cached version of the redux store in localstorage.

Variables

Variable Description
databaseFeature Exposes the feature module selector
MODULE Module name
VERSION Version and build number of the package

Home > @acoustic-content-sdk/redux-feature-database > databaseFeature

databaseFeature variable

Exposes the feature module selector

Signature:

databaseFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<unknown, any, import("redux").AnyAction, import("redux").AnyAction, any>

Home > @acoustic-content-sdk/redux-feature-database > MODULE

MODULE variable

Module name

Signature:

MODULE = "@acoustic-content-sdk/redux-feature-database"

Home > @acoustic-content-sdk/redux-feature-database > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}