-
-
Notifications
You must be signed in to change notification settings - Fork 29
Concurrent Mode and Suspense (React 18)
LeoTM edited this page Jan 7, 2023
·
12 revisions
- Introducing Concurrent Mode (Experimental)
- Suspense for Data Fetching (Experimental)
- Concurrent UI Patterns (Experimental)
- Adopting Concurrent Mode (Experimental)
- Concurrent Mode API Reference (Experimental)
React Lifecycle Methods diagram
Classes -> Fn Components
- OO -> Fn (state: mutable -> immutable)
- lifecycle methods -> hooks