useFetch, useLazyfetch with Nuxt 3
https://www.youtube.com/watch?v=rU92oLYjTGY
useFetch and useLazyFetch are custom hooks that can be used in Nuxt.js version 3 to make API calls.
useFetch can be used to fetch data during the server-side rendering (SSR) process. It will return the da...
guillaumeduhan.hashnode.dev1 min read