[Content]: Memos explanation and examples issues
未关闭
还没有人认领这个 Issue。
in progress
solid
- 主要语言
- MDX
- 星标
- 292
- 派生
- 361
- 平均合并
- 7 小时 51 分钟
- 30 天内合并 PR
- 1
描述
📚 Subject area/topic
Memos
📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/concepts/derived-values/memos
📋 Description of content that is out-of-date or incorrect
-
The difference in behavior between memos and derived signals isn't clear enough, which makes it harder to understand when to use memos instead of derived signals
-
The side effect example doesn't cause an infinite loop but the sentence right above and below it talks about infinite loops which is a little confusing. The reader might think that the example code does cause an infinite loop even though it doesn't
-
The "Keep logic in memos" example doesn't behave the way it says, the memo will rerun every time count() changes
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
https://playground.solidjs.com/anonymous/53b087c4-7620-4a79-a60e-9477782856f5
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。