HardWare
Append data on useFetch on page change instead reload
Hi I would like to keep my data of previewed pages and append new data of the existing cached or stop if no more pages.
Should I do separate useState or try it inside useFetch, i do not care about hard reloaded data,
galleryData
is for infinite gallery variable
7 replies
Docker nuxt $fetch and useFetch
Hi, why do i have to use different http links for each one?
My app have back api in different container so request is sended in
$fetch
to api.localhost
or container name php
in useFetch. Why is that? I understand that useFetch is prerender data on ssr but can I make one address for request to not get confused over time. Thanks11 replies