Replies: 1 comment
-
So from my point of view i guess you do not need pinia to store data fetched by vue-query as vue-query serves the role of your store for async data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, I use Django with pagination and Vue3 with Pinia
I work with strong data :)
So I want to fetch all the data one time and store it on Pinia using Vue query. With this process, background refetch new data when this change :)
Here my code in App.vue
Beta Was this translation helpful? Give feedback.
All reactions