1. 16
    Refactor React Components with Prop Spreading and Destructuring
    2m 53s

Refactor React Components with Prop Spreading and Destructuring

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Sometimes, making your code more succinct can make the code more readable. Readable code is easier to grok for other developers and when everybody understands the code, it's easier to maintain and share the burden on a team. In this lesson, we'll refactor our code to make the JSX less verbose using object spread and destructuring.