T
TanStack3w ago
eager-peach

Questions about TanStack Start integration and context handling

Hello! I have a few questions about TanStack Start. 1) Does it already come with Tanstack Query, or do I need to install it separately? 2) Is it already possible to integrate it with TanStack DB + ElectricSQL, or not yet? Also, does TanStack DB replace Drizzle? 3) Can I set some data in TanStack’s context to be accessed across multiple routes? For example, set ctx.context.session — and is it possible to update it from other routes, something like ctx.context.update?
1 Reply
unwilling-turquoise
unwilling-turquoise3w ago
1) separately 2) DB does not do SSR yet, but other than that, sure 3) route context inherited by child routes, but it is not updateable by those

Did you find this page helpful?