Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

5-8 Fetch Course Metadata

In this lesson, we refactor the useCourse composable to use our new composable with caching, as well as our course meta endpoint.

We’ll also do a bunch of tiny changes throughout our application to ensure that everything is working as it should. Switching to endpoints has only slightly changed how we get our data, so the modifications aren’t too many.