Hands-on practice for this lecture. Work through the exercises and quizzes to reinforce what you've learned.
Exercise 1 of 1
Creating reusable pieces of Virtual DOM and mapping over lists of data using JavaScript spread syntax.
We need to render a list of posts by mapping over a data array and calling a Post functional component for each one. We also need an input that pushes to the array.