TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show me your immutable flux stores

9 点作者 rymohr将近 10 年前

1 comment

rymohr将近 10 年前
From the initial post:<p>Many of my flux stores manage collections and I find myself repeating a lot of boilerplate code for finding &#x2F; updating &#x2F; removing objects. In an effort to avoid pulling in something like ampersand-collection, I was hoping to use immutable.js to cut down on some of the duplication but I&#x27;m having a hard time wrapping my head around immutability. It actually feels wrong to be using immutable data within the stores since a store&#x27;s primary job is to mutate data. I must be doing something wrong.<p>Anyone have some complex stores backed by immutable data structures they could share?