lazy lets you defer loading a component’s code until it’s rendered for the first time.
If you want to change selection, open document below and click on "Move attachment"
Built-in React APIs – ReactAPIs. createContext lets you define and provide context to the child components. Used with useContext. forwardRef lets your component expose a DOM node as a ref to the parent. Used with useRef. <span>lazy lets you defer loading a component’s code until it’s rendered for the first time. memo lets your component skip re-renders with same props. Used with useMemo and useCallback. startTransition lets you mark a state update as non-urgent. Similar to useTransition. How do Summary
| status | not read | | reprioritisations | |
|---|
| last reprioritisation on | | | suggested re-reading day | |
|---|
| started reading on | | | finished reading on | |
|---|
Details