These docs are old and won’t be updated. Go to react.dev for the new React docs. Render props are used in modern React, but aren’t very common. For many cases, they have been replaced by custom Hooks. The term “render prop” refers to a technique for sharing code between React components using a prop whose value is a function. A component with a render prop takes a function that returns a React ele