Query Component #187
Replies: 2 comments
-
I'm working on similar component and thinking if we could propose it to @vueuse/integrations |
Beta Was this translation helpful? Give feedback.
-
Hi @MrSunshyne Thing that you might want to consider though is that you should show target component almost always. |
Beta Was this translation helpful? Give feedback.
-
Wondering if a "generic" component would make sense to handle reactive variables exposed by vue-query, or is Suspense supposed to handle that?
I'm currently doing this, it handles errors and loading and a slot for custom rendering:
query-handler.vue
I'm wondering if there's a better way to do this, similar to Vue Use Components. Any guidance is much appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions