React

React

The root component pattern

Learn how to set the root type of a component via a prop. A pattern seen in many popular libraries including material-ui.

Read
React

State update functions in React

Whenever you update state based on previous state, use an update function to avoid stale state problems.

Read