1. 5
    Create a Stateless Functional Component for an Input Form
    3m 37s

Create a Stateless Functional Component for an Input Form

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

We’ll refactor our existing code, making the todo form a separate component. We’ll pass values from the App container into the new component via props. We’ll look at the differences between state and props in React and see how state can be passed down to other components as props.

Shahid Khan
~ 7 years ago

Awesome work, Andrew. You have paced it really well. Loved the way you simply explained how to make components and the usage of props. <3