Update: I made a PR to add Render Props to the official React docs. Update 2: Added some language to clarify that “children as a function” is the same concept, just a different prop name. Update 3: Render props are being used in React’s new context API, patterned after react-broadcast! I was suggesting that the higher-order component pattern that is a popular method of code reuse in many React cod