You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The render prop patterns has become quite popular in the React ecosystem and the most common way to do it with the children prop. The renderItem prop is doing exactly this. I believe supporting the children prop for compatibility with the ecosystem would be nice.
The text was updated successfully, but these errors were encountered:
Instead of render props what do you think about Children Render Props, I personally find Children Render Props cleaner to write and expose as an API. I guess Children Render Props is what you meant to suggest here.
The render prop patterns has become quite popular in the React ecosystem and the most common way to do it with the
children
prop. TherenderItem
prop is doing exactly this. I believe supporting thechildren
prop for compatibility with the ecosystem would be nice.The text was updated successfully, but these errors were encountered: