1. 21
    Extract Reusable React Components with an As Prop, Render Props, and React.Fragment
    7m 42s

Extract Reusable React Components with an As Prop, Render Props, and React.Fragment

InstructorMichael Chan

Share this video with your friends

Send Tweet

React is about re-useable components.
Often we put to many opinions into our components and diminish that re-useability.

React.Fragment, an as component prop, a renderItem render prop, JSX spread attributes, and object default values are tools you can use to make truly re-useable list components.