Using the Context
Refactor the React code to use context in this lesson.
We'll cover the following...
We'll cover the following...
Venue component
Without having to pass properties or handle data, the Venue component gets a lot simpler:
It’s just calling three other components: the VenueHeader and VenueBody we already had, and our new one, Subtotal.
VenueHeader component
I’d like to cover Subtotal ...