Back to Developer Roadmap

Render Props

src/data/roadmaps/react/content/[email protected]

4.0605 B
Original Source

Render Props

The term 'render props' 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 element and calls it instead of implementing its own render logic.

Visit the following resources to learn more: