Passing Elements as Props in React
The middle ground between a props explosion and render props
Nov 4 · 4 min read
In this story we are going to see a simple technique that allows you to write friendly customizable components with simple APIs, just by using the basic React building blocks: the element.
In my experience, a seasoned React programmer uses this technique naturally, but a…


