The video for this lesson is currently being updated, please read the transcript instead.

Highlighting selected day

In the last video we created a static day selector component. In this video, we'll be highlighting the selected day so the user can see which day is currently active.

Global day value

Remember that the selected day is part of the global state, ultimately being source in the root component instance. That value is being passed down via props to from the main template to the Home component.

To view the complete lesson you'll need to login or join this course.


Click to load comments...