Showing the Cart

Learn how to load data through the reactive repository, its drawbacks, and a solution to use a nonreactive CRUD repository.

Showing the cart on the web page

Before we start manipulating the cart, it would be useful to show it on the web page.

For this, we need to retool ourHomeController. To do that, we first need to inject our new repositories:

Get hands-on with 1200+ tech skills courses.