Skip to content

Commit 63c077d

Browse files
committed
notes
1 parent c801962 commit 63c077d

File tree

1 file changed

+2
-0
lines changed
  • react/electives/redux/lecture/intro

1 file changed

+2
-0
lines changed

react/electives/redux/lecture/intro/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const counterReducer = (state, action) => {
1616
}
1717
}
1818

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."
1921
const store = createStore(counterReducer)
2022

2123
store.subscribe(() => {

0 commit comments

Comments
 (0)