Creating the item page
Let's now take a look at our item page where we display the details of a single item. We can visit this page by clicking on one of the item summaries on the home page.
This has taken us through to the item view, but we don't see any data rendered yet.
Look at item view component, you can see in the template that we're bind or interpolating properties of an object called item
.
Click to load comments...