Render Props
Learn how you can apply a technique for sharing code between React components using a prop whose value is a function.
We'll cover the following...
What are render props?
But wait, what are render props and how do they differ from Function as a child components? ...