sondh0127
sondh0127
As a suggestion for an awesome react hook tutorial form 'EpicReact.Dev' https://github.com/kentcdodds/react-hooks
@DamianOsipiuk Thank you for explaining. But I saw `data` of vueQueryClient print out at 'app:created'. Is that not right? Here is the reproduction https://stackblitz.com/edit/nuxt-starter-gav86p?file=app.vue 
> Pic 1: I also saw the data with vue-query key in source file  Pic 2: There is no refresh request at client for the todos in the example...
I'm use this one on the reproduction. ``` "devDependencies": { "nuxt": "3.0.0-rc.6" }, "dependencies": { "vue-query": "^2.0.0-beta.5" } ```
Thank you for your explanation. @dai-shi I'm facing a real use-case here with atomWithInfiniteQuery, that I need to get `hasNextPage` to display loadmore button.  I tried to add second...
> Thank you for your explanation. @dai-shi I'm facing a real use-case here with atomWithInfiniteQuery, that I need to get `hasNextPage` to display loadmore button. > > ```ts > infiniteMetaData.onMount...
Would it be possible to extract it as a vite plugin for use in vite base SPA applications @danielroe
I don't think the config.base work with assets on dev: I tried (expect: `http://127.0.0.1:7106/src/logo.svg` on image src)   I would appreciate an example if you could P/S: This pull...
@sxzz I hope you will have time for this. Many thanks
Thank you for the information. @sxzz *P/S: I saw that the normal `defineProps` work ok without warning. (if I turn off the macro module) The `type import` for props is...