Front-end/react/qf/4Redux.md

5 lines
87 B
Markdown
Raw Permalink Normal View History

2024-09-21 23:58:12 -04:00
# 纯函数
1. 对外界没有副作用。
2. 同样的输入得到同样的输出。