Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



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 – React
APIs. 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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.