You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Other Concept required by Class Component](#other-concept-required-by-class-component)
83
84
-[Provider](#provider)
84
85
-[connect](#connect)
85
86
-[FAQ](#faq)
87
+
-[Migrate from 4.1.x to 5.x.x](#migrate-from-41x-to-5xx)
86
88
-[Migrate from 4.0.x to 4.1.x](#migrate-from-40x-to-41x)
87
89
-[Migrate from 3.1.x to 4.x.x](#migrate-from-31x-to-4xx)
88
90
-[How can I disable the console debugger?](#how-can-i-disable-the-console-debugger)
@@ -587,6 +589,46 @@ actions.ext()
587
589
588
590
[⇧ backtotop](#table-of-contents)
589
591
592
+
### ConcurrentModeSupport
593
+
594
+
Toachieve [level-3support](https://github.com/reactwg/react-18/discussions/70#discussion-3450022) for concurrent mode for specific state, you should only only depend on React state.
0 commit comments