Current section: Raw React APIs 59 exercises
Problem

Deep Nesting Elements

Loading exercise

Transcript

00:00 Now, we're going to take things even deeper. So right now, we've got these two spans and stuff, but let's go deeper. So we've got the container, we have a p-tag here and then a UL and some LIs. When you're all done, it should look something like this. So your job is just to nest these create element calls as deep as we go.

00:19 This is the exercise where you start to appreciate the value of JSX. But we're not using JSX yet, you're still using create element. So have a good time, we'll see you when you're done.