Skip to content

Do you have any plans support vue3 suspense? #12

Answered by DamianOsipiuk
jueinin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I will try to come up with some clean way to support Suspense.
I do not think that the react-query way would work in Vue (although I might be wrong).

I was thinking about something along:

async setup() {
  const query = useQuery(...);
  await query.suspense()
}

But I need to test that.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DamianOsipiuk
Comment options

Answer selected by jueinin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants