createContext lets you define and provide context to the child components. Used with useContext.
If you want to change selection, open document below and click on "Move attachment"
Built-in React APIs – React Built-in React APIs In addition to Hooks and Components, the react package exports a few other APIs that are useful for defining components. This page lists all the remaining modern React APIs. <span>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. lazy lets you defer loading a component’s code until it’s rendered for the first time. memo le
Summary
status
not 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.