Does tanstack vue-query compatible with nuxt?
Our company wants to migrate using vue query, but still has some doubt about the
vue-query experimental on nuxt.
Does the current @tanstack/vue-query still in experimental state just like the former vue-query package?3 Replies
ambitious-aqua•4y ago
Hi,
Yes, since
nuxt 3 is still not in stable version and integration got broken before in one of the RC releases.
For nuxt 2 it seems to be working pretty well, but integration is a little cumbersome due to a missing hook. Maybe there is a better way to do the integration via module instead of a plugin, but i did not had time to experiment with that as i never did this before.foreign-sapphireOP•4y ago
I really appreciate your feedback, thank you!
deep-jade•4y ago
I am personally using
@tanstack-vue-query with nuxt 3 with no issue at all