BlazorwithFluxor:我可以拥有多个同一存储的实例吗?
创始人
2024-12-22 02:00:11
0

在Fluxor中,每个存储都是一个单例,这意味着您不能直接创建多个存储实例。但是,您可以使用不同的功能模块为不同组件提供不同的状态管理。

例如,假设您有两个组件需要管理站点信息。要做到这一点,您可以创建另一个站点信息特定的特征模块(这里我们称其为SiteFeature),它将包含一个SiteState和一个Site存储。

SiteFeature类如下所示:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Fluxor;

namespace BlazorFluxorSample.Features.Sites
{
    public class SiteFeature : Feature
    {
        public override string GetName() => "Sites";
        protected override SiteState GetInitialState() =>
            new SiteState(isLoading: true);
    }
}

SiteState看起来像这样:

using System;
using System.Net.Http;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace BlazorFluxorSample.Features.Sites
{
    public class SiteState
    {
        public SiteState(bool isLoading,
            ICollection sites = null,
            Site currentSite = null,
            bool? isCreating = null,
            bool? isEditing = null,
            bool? isDeleting = null,
            bool? isWarning = null,
            bool? isSuccess = null,
            string message = null,
            Exception exception = null)
        {
            IsLoading = isLoading;
            Sites = sites ?? new List();
            CurrentSite = currentSite;
            IsCreating = isCreating;
            IsEditing = isEditing;
            IsDeleting = isDeleting;
            IsWarning = isWarning;
            IsSuccess = isSuccess;
            Message = message;
            Exception = exception;
        }

        public bool IsLoading { get; }
        public ICollection Sites { get; }
        public Site CurrentSite { get; }
        public bool? IsCreating { get; }
        public bool? Is

相关内容

热门资讯

黑科技辅助!微扑克ai辅助神器... 黑科技辅助!微扑克ai辅助神器,(微扑克ai智能)原来真的有挂,攻略教程(方式)-哔哩哔哩是一款可以...
黑科技辅助!aapoker透明... 黑科技辅助!aapoker透明,(AAPoKer线上德州)原来真的有挂,规律教程(方式)-哔哩哔哩;...
黑科技辅助!we-poker有... 黑科技辅助!we-poker有挂,(WePoKe ai)原来真的有挂,安装教程(有挂工具)-哔哩哔哩...
黑科技辅助!Wepoke辅助器... 黑科技辅助!Wepoke辅助器,(WePoKe链接)原来真的有挂,详细教程(有挂辅助)-哔哩哔哩;W...
黑科技辅助!wepoke辅助插... 黑科技辅助!wepoke辅助插件安装,(Wepoke实测)原来真的有挂,解密教程(有挂方式)-哔哩哔...
黑科技辅助!WePoKe外挂,... 黑科技辅助!WePoKe外挂,(WePoKe辅助v3.0)原来真的有挂,透明教程(确实有挂)-哔哩哔...
黑科技辅助!aa扑克辅助,(A... 黑科技辅助!aa扑克辅助,(AAPoKer靠谱)原来真的有挂,玩家教程(方针)-哔哩哔哩;亲真的是有...
黑科技辅助!wepoke有插件... 黑科技辅助!wepoke有插件,(WePoKe稳赢)原来真的有挂,可靠教程(有挂解密)-哔哩哔哩;W...
黑科技辅助!wepoke辅助软... 黑科技辅助!wepoke辅助软件靠谱,(Wepoke代码)原来真的有挂,必赢方法(有挂讲解)-哔哩哔...
黑科技辅助!德扑ai工具,(德... 黑科技辅助!德扑ai工具,(德扑ai俱乐部)原来真的有挂,黑科技教程(存在)-哔哩哔哩;德扑ai俱乐...