Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed React by Example!
You have completed React by Example!
Preview
We're ready to start building the RSVP app. In this video, we'll take the first step by building a GuestList component.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
ready to start building out the RSVP app.
0:00
Now, we'll take the first step by
building a guest list component.
0:00
If you look at the guests
in our app component,
0:04
they are represented by
unordered list items.
0:07
So we're going to cut this unordered list
out and paste it into a new component.
0:10
First, I'll create a new file in the
source directory and call it GuesList.js.
0:15
I'll need to import React at the top.
0:22
Then I'll create a constant
named GuestList and
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up