Skip to content

Commit

Permalink
docs(cn): improve learn/choosing-the-state-structure translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoTim authored Jun 24, 2024
1 parent 5352af0 commit 9d8fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/choosing-the-state-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ body { margin: 0; padding: 0; height: 250px; }

</Sandpack>

另一种情况是,你将数据整合到一个对象或一个数组中时,你不知道需要多少个 state 片段。例如,当你有一个用户可以添加自定义字段的表单时,这将会很有帮助。
另一种你需要将数据整合到一个对象或一个数组的情况是,当你不知道未来需要多少个state片段。例如,当你有一个用户可以添加自定义字段的表单时,这将会很有帮助。

<Pitfall>

Expand Down

0 comments on commit 9d8fc9d

Please sign in to comment.