Fleshing out detail page
In the last lesson, we refactored the app so that the session times are in their own component, MovieSessions, which is being rendered from with the slot of MovieItems.
The home page is rendering identically as before (even at the DOM level) since slots are nothing more than a distribution outlet for parent content.
Click to load comments...