Questions about TanStack Start integration and context handling
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?