-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TanStack Start: adjust to new streaming method post 1.99 #422
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
#441 Bundle Size — 1.33MiB (+6.75%).55624a8(current) vs 5293db1 main#409(baseline) Warning Bundle contains 1 duplicate package – View duplicate packages Warning Bundle introduced one new package: process – View changed packages Bundle metrics
Bundle size by type
Bundle analysis report Branch pr/adjust-tanstack-streaming Project dashboard Generated by RelativeCI Documentation Report issue |
This works now, but I'm waiting for a small last change on the TanStack side so we can use |
TanStack/router@a4ae8ec has landed in 1.99.4 so this should be good to go if it successfully deploys. |
"@tanstack/start": "patch:@tanstack/start@npm%3A1.97.3#~/.yarn/patches/@tanstack-start-npm-1.97.3-da273c2822.patch", | ||
"@tanstack/start": "1.99.6", | ||
"@tanstack/react-router": "1.99.6", | ||
"@tanstack/start-router-manifest": "1.99.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is currently pinned to 1.99.0
to prevent a HMR problem on the TanStack side
// so "loading" is kicked off before the respecitve component is rendered | ||
consumeBackPressure(); | ||
if (onQueryEvent) { | ||
registerLateInitializingQueue("__APOLLO_EVENTS__", onQueryEvent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay for reusing tools we already have :)
Yup, this seems to work nicely. Ready for review! |
No description provided.