• Get a saved redux store by name

    Parameters

    • name: string | boolean

      name of redux store to get - if this is true then return the default global redux store

    • storeContainer: any

      the container of redux stores

    Returns any

    • return named stores