node as well as bun, but I think something was autodetecting bun and starting a worker/child process with bun automatically even when running the vinxi dev command with npm. After wiping bun.lockb and doing a fresh packages install, then running with npm, things are streaming correctly. Then running with bun run --bun dev, I get the blocking behaviour back. So something streaming-related is broken when running under bun.defer() and serverFns when SSR is enabled? I'm trying to render a sidebar in my __root that displays some non-critical async data, so I followed router docs for defer() but it seems as though Start's SSR is not streaming the response to the client until the deferred promise has resolvednodenpm) and bun. Tested on tanstack versions 1.74.0 and 1.78.3https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet · 2mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet · 3mo ago
TanStack AI Alpha 2 is here! 🖼️ Image, video, audio, speech, transcription, structured output 📦 Split adapters = smaller bundles, faster dev/contributions, easier 🎄 Fully tree shakable adapters ✨ Cleaner, flattened, fully type-safe APIs https://tanstack.com/blog/tanstack-ai-alpha-2
dry-scarlet · 3mo ago