Please enable JavaScript.
Coggle requires JavaScript to display documents.
Epic React.dev - Coggle Diagram
Epic React.dev
7.React Suspense
suspense Image
welcome
Cache resources
useTransition
Render as you fetch
React Suspense Welcome
Simple Data-Fetching
Concurrent Mode
suspense with a custom hook
Coordinate suspending components with suspense
Testing React Apps
Form testing
Avoid implementation details
Simple Test with react testing library
Simple Test with reactDOM
welcome
mocking Http requests
Mocking brwoser apis and modules
Context and custom render method
Testing custom hooks
react fundamentals
Welcome
Basic js Hello world
Intro to Raw react apis
using jsx
styling
creating cus components
Forms
Rendering arrays
react hooks
Welcome
useState: greeting
useEffect: persistent state
0047_Lazy_State_Initialization_Extra_Credit_Solution_1--[TutFlix.ORG]--
hooks flow
lifting state
useState: tic tac toe
useRef and useEffect: DOM interaction
useEffect: HTTP requests
React Performance
welcome
Code Splitting
useMemo for expensive calculations
React.memo for reducing re-renders
Window Large Lists with react-virtual
Optimize Context Value
Fix Perf Death by a thousand cuts
Production performance Monitoring
Advanced react hooks
Welcome
useReducer: simple Counter
useCallback: custom hooks
useContext: simple Counter
useLayoutEffect: auto-growing textarea
useImperativeHandle: scroll to top/bottom
useDebugValue: useMedia
Advanced React Patterns
Welcome
Context module functions
compound components
Flexible compound components
Prop collections and getters
state reducer
control props