Render Prop Pragmatism
Render Props [https://reactjs.org/docs/render-props.html] are a React pattern for component composition that can solve essentially the same challenges as higher-order components. While higher-order components are based on higher-order functions, which wrap other functions and can modify arguments…
Brandon Konkle