@acoustic-content-sdk/react-redux-hooks

Module to attach inline-edit functionality to an WCH based Angular application.

Usage no npm install needed!

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

README

npm

API constants for React contexts.

API Documentation

Home > @acoustic-content-sdk/react-redux-hooks

react-redux-hooks package

API constants for React contexts.

Variables

Variable Description
ACOUSTIC_CONTEXT_REACT_REDUX Injection token for the react redux store
ACOUSTIC_PROVIDER_REACT_REDUX Declares the provider
VERSION Version and build number of the package

Home > @acoustic-content-sdk/react-redux-hooks > ACOUSTIC_CONTEXT_REACT_REDUX

ACOUSTIC_CONTEXT_REACT_REDUX variable

Injection token for the react redux store

Signature:

ACOUSTIC_CONTEXT_REACT_REDUX: import("react").Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>>

Home > @acoustic-content-sdk/react-redux-hooks > ACOUSTIC_PROVIDER_REACT_REDUX

ACOUSTIC_PROVIDER_REACT_REDUX variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REACT_REDUX: import("@acoustic-content-sdk/react-api").ReactProvider<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>>

Home > @acoustic-content-sdk/react-redux-hooks > VERSION

VERSION variable

Version and build number of the package

Signature:

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