react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Feeling a lag on routing
Calling server functions from API route?
search
is a server function defined in another file. Nothing crazy in it, just a db call.
Server functions not working with forms
Server Graceful Shutdown
public path for static assets
/public
folder....how to set auth session duration with Convex auth in tanstack start
Does Start work with Router's defer() out of the box with SSR?
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
.
Should start work with router's 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 resolved
Context: Running locally on dev server, Windows, same behaviour on node
npm
) and bun
. Tested on tanstack versions 1.74.0
and 1.78.3
...Not sure if this belongs in #start or #query, but type inference when using server functions

Bug in navigation

rollup-plugin-typescript2

How to detect route hydration completed?
onBeforeLoad
) to awaiting router.load()
to using a useEffect()
in my <RootComponent>
or a parent/sibiling of <Outlet />
, but they all tend to fire before a useEffect()
fires in my route component.
This would be fine if I had a single route component, but of course I have many routes, and I don't want to have to stick a useEffect()
(or use a wrapper) in every single route component. ...
Integrating Tanstack Start & Astro together
/
, /blog
, etc routes, everything else would use Tanstack start)
I see some good guides online about integrating Tanstack Router with Astro but curious how this differs using Start
https://bjoernf.com/blog/tanstack-router-spa-co-located-in-astro...`createRouter` types: not passing convex property through
createRouter
properly forwards the context, but when I copy the example out of the monorepo the context is gone.
I'll look into it, just checking if anyone's aware of the context property not being properly forwarded in some situations....
Navigation challenge for TanStack Start
Start - noscript tags in head
style
tag wrapped with noscript
in the head. Will Start support this kind of setup?
Loving the project so far 🙂...TanStack Start meets Astro Actions?
Redirect to external URL from server function
Vitest with start