Dario Ferderber

Results 4 comments of Dario Ferderber

Hi! The problem is that `key` is changed. You can try setting your own `key`. ```ts const { data } = await useFetch('https://icanhazdadjoke.com/', { key: 'myOwnKey', query: { page },...

> I thought so too initially but it is not enough if e.g. `query` is reactive. Do you mean like in this [example](https://stackblitz.com/edit/nuxt-starter-rir5p2?file=pages%2Findex.vue)?

> As soon as you use a page parameter it works, but if you "re-use" a local `useFetch` call [it is tricky](https://stackblitz.com/edit/nuxt-starter-wqhxem?file=pages%2Findex.vue) Thanks, I get it now 🙂 There's already...

> @darioferderber `_initial` is an _internal_ app not meant for usage though (hance the `_` in the name 😋) - so yes, that might work but better DX would be...