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 dcf57a0 + 111c4e9 commit 7d58803Copy full SHA for 7d58803
README.md
@@ -160,7 +160,7 @@ app.use(loggerMiddleware)
160
* `subscribe(listener) # 您可以理解成是 DOM 中的 addEventListener`
161
* `replaceReducer(nextReducer) # 一般在 Webpack Code-Splitting 按需加载的时候用`
162
163
-二者的关系是:`state = store.getState()`
+二者的关系是:`state === store.getState()`
164
165
Redux 规定,一个应用只应有一个单一的 `store`,其管理着唯一的应用状态 `state`
166
Redux 还规定,不能直接修改应用的状态 `state`,也就是说,下面的行为是不允许的:
0 commit comments