Skip to content

Commit 145409c

Browse files
authored
Merge pull request #38 from coolguy001tv/patch-1
typo error
2 parents e318e54 + 01d1488 commit 145409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_get-state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ console.log('store_3 state after initialization:', store_3.getState())
9797
// - 可以考虑: Immutable.js (https://facebook.github.io/immutable-js/)
9898
// - 可以考虑: Object.assign (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
9999
// - 可以考虑: 手工合并
100-
// - 又或者考虑用其它任何能满足需要且适合 state 结构的方法,Redex 对此是全无预设的方式的(要记得 Redux 只是个状态的容器)。
100+
// - 又或者考虑用其它任何能满足需要且适合 state 结构的方法,Redux 对此是全无预设的方式的(要记得 Redux 只是个状态的容器)。
101101

102102
// 现在开始,我们要在 reducer 里处理 action 了,我们将会有多个 reducer 并会组合它们。
103103

0 commit comments

Comments
 (0)