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.
1 parent c801962 commit 63c077dCopy full SHA for 63c077d
react/electives/redux/lecture/intro/index.js
@@ -16,6 +16,8 @@ const counterReducer = (state, action) => {
16
}
17
18
19
+// "This deprecation is solely a visual indicator that is meant to encourage
20
+// users to migrate their apps from legacy Redux patterns to use the modern Redux Toolkit APIs."
21
const store = createStore(counterReducer)
22
23
store.subscribe(() => {
0 commit comments