Functional Components in Vanilla JavaScript

Hands-on practice for this lecture. Work through the exercises and quizzes to reinforce what you've learned.

1

Exercise 1 of 1

Composition and Functional Components

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.

No posts yet. Type above and press Enter.
Practice: Functional Components in Vanilla JavaScript — Interactive Exercises | Durgesh Rai