In the previous chapter, we created our data source, seeded the data, and created two functions to retrieve both a list of blog post summaries and a single, complete blog post.
Now to make the front end of the site do something useful!
In this chapter, we will update the Client application to make HTTP requests to the Api to retrieve the summary list and individual blog posts. We’ll then display those blog posts on the website using Razor components and even put our latest blog post on the index page so that ...