Function createStore

  • Initialise a Store with an Immutable initial RootState - any array, tuple or object. This state can be updated and monitored for updates to drive an app.

    Type Parameters

    • State extends object

    Parameters

    Returns Store<State>

Generated using TypeDoc