Exercises
Integrate the CustomerHistory
component into the rest of your application by taking the following steps:
- Add a new route at
/viewHistory?customer=<customer id>
that displays theCustomerHistory
component, using a new intermediateCustomerHistoryRoute
component. - Add a new
Link
to the search actions on theCustomerSearch
screen, titled View history, that, when pressed, navigates to the new route.