nuxt 3 data fectching
useFetch and useLazyFetch in Nuxt 3 | Urdu & Hindi
In this video, you will learn how to use useFetch and useLazyFetch in Nuxt 3. useFetch and useLazyFetch are used for fetching data when navigating between pages. Both of them are used solely for fetching data and cannot be used for API calls triggered by click events. useFetch and useLazyFetch render the data on the server side and then send…
Read More »