Key Insight: Render props invert control: the component provides STATE and BEHAVIOR, the caller provides RENDERING. This is why libraries like Downshift and React Table expose render props — consumers control the UI while the library controls the logic.