Files
freeCodeCamp/guide/chinese/redux/reducers/index.md
2018-10-16 21:32:40 +05:30

11 lines
282 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Reducers
localeTitle: 减速
---
### Redux中的减速器有哪些
Reducers是执行动作和先前状态并返回新状态的纯函数。给定相同的输入reducer应始终返回相同的输出。 1
### 来源
1. http://redux.js.org/docs/basics/Reducers.html