Function registerStateContainer

  • Registers a state container in memory.

    Before doing anything with the container, invoke this function.

    keepState configuration attribute makes the container immune to accidental re-registration.

    Each registerStateContainer() call should be paired with unregisterStateContainer() invocation.

    Type Parameters

    • TState extends Object

    • TAction extends Action

    Parameters

    Returns void

Generated using TypeDoc