• Create a new redux store with an initial state for sharing

    Parameters

    • initialState: any

      initial state to create the store with

    • info: any

      info about shared store

    • Optional storeContainer: any

      optional container for the store.

    Returns any

    • shared store