Category: React

50 questions in React.

What are render props in React?

· React

Learn the render props pattern for sharing code between components using a prop that is a function returning JSX.

How to lift state up in React

· React

Learn the lifting state up pattern to share state between sibling components by moving it to their closest common ancestor.

How to build a custom React hook

· React

Learn the conventions for extracting reusable logic into custom hooks and see practical examples for data fetching and form handling.