Client-side caching with getCachedData in Nuxt 3.8

Note This repository contains the code for the YouTube Video Nuxt 3.8 - Client-side caching with getCachedData ✨.

We are going to take a look at the new getCachedData method in Nuxt 3.8. It allows us to cache data on the client-side easily to avoid redundant API calls.