-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
React 18 introduced Progressive Rendering.
Does Vue support this? If not, it could be nice to find/create/follow a Vue GitHub issue about this.
For example examples/vue-query/
: when replacing import.meta.env.SSR ? 0 : 3000
with 3000
then the whole rendering of the page is blocked. There doesn't seem to be any progressive rendering going on, but maybe the trick is to add a <Suspense>
boundary?