T
TanStack4mo ago
frail-apricot

Controlling route and component rendering

Hey! I really like the framework, you guys are doing amazing work! But either the docs are really bad or I'm too dumb for them. A lot of questions I have I can't seem to find in the docs. So i have a few questions I spent over an hour trying to figure out and couldn't if anyone would be so kind: - What is the state of SPA? Can I set a route to be only client rendered? Can I set an entire path to be Client rendered only (i.e /app/*)? The only thing I found is the ClientOnly component from router. - What is the state of static generation? One just needs to define this inside the config file right? Thats it. I imagine no plans on changing this to nextjs style format where magic exports from route files control it? Just checking. Also no server components here which means entire page will still need to be hydrated even if its 90% static right?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?