We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d1b512 + f867462 commit 741ef42Copy full SHA for 741ef42
04_get-state.js
@@ -79,7 +79,7 @@ var store_3 = createStore(reducer_3)
79
// 输出: reducer_3 was called with state {} and action { type: '@@redux/INIT' }
80
81
console.log('store_3 state after initialization:', store_3.getState())
82
-// 输出: redux state after initialization: {}
+// 输出: store_3 state after initialization: {}
83
84
// 到目前为止,我们都还没有得到一个新 state, 因为我们还没有真的派发过任何 action 。
85
// 不过在最后一个例子里,有几个点值得注意:
0 commit comments