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 Practice State in React!
You have completed Practice State in React!
Preview
This video covers one solution to the challenge, starting with rending the stars in the StarRating 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
You can watch my solution,
compare it to what you wrote, and
0:00
then try to recreate it yourself.
0:02
The goal was to use React state
to display a star rating based on
0:05
the stars a user clicks.
0:10
Now I'll show you my solution.
0:12
You can also reference my code when
you download the project files.
0:14
I'll write a function that
renders the stars that make
0:19
up the StarRating component.
0:23
I'll create an arrow
function named renderStars.
0:25
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