• Set a global container for saving shared redux stores

    • a field namedStores will be added to the container
    • Typically window on the browser

    Parameters

    • storeContainer: any

      container for shared redux stores

    Returns any

    the container passed in