TanStackT
TanStack2y ago
3 replies
dangerous-fuchsia

Tips on how to use vue-query with forms?

I have to display a list of users in which some fields will be directly editable on the list.
Any tips on how to use vue-query in such cases? I've read https://tkdodo.eu/blog/react-query-and-forms but I'm not using any "forms" framework in Vue and also I'm suspecting there might be better ways to handle that in Vue.
Forms tend to blur the line between server and client state, so let's see how that plays together with React Query.
React Query and Forms
Was this page helpful?