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.
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