• Save a redux store into the shared container by name

    Parameters

    • name: string | boolean

      name of redux store - if this is true, then set as the global redux store

    • contents: any

      store content

    • storeContainer: any

      store container

    Returns void