Composing Components
Learn how to build new components from other components in this lesson.
We'll cover the following...
Now that we have a component for each seat, we want to combine multiple seats into a row and then combine multiple rows into a venue. Invoking a component from another component normally involves a JSX call that looks as though the component was an HTML tag, with the name of the component first and the props following with the ...