Now that we have data displayed on our home page, let's display that data in a more user-friendly format.
We have a List
component from our template that maps over the data and displays titles that match the design of the site but we can modify this to give a preview of the post.
We'll truncate the summaries, reformat dates, and style the component to achieve a more cohesive look.
In fact you're not using GraphQl at all in Next, that's very disappointing...