Hi, thanks again for the great library! It helps me a lot in my work
I’m looking for a minimal example of how to use mobx-tanstack-query with React Suspense when data has been prefetched.
Let’s say I prefetch using:
Is there a working example that shows the correct setup to make Suspense skip the fallback when data is already prefetched?
Thanks in advance!
Hi, thanks again for the great library! It helps me a lot in my work
I’m looking for a minimal example of how to use
mobx-tanstack-querywith React Suspense when data has been prefetched.Let’s say I prefetch using:
Is there a working example that shows the correct setup to make Suspense skip the fallback when data is already prefetched?
Thanks in advance!