agentsclimarketplace

Tanstack start rendering

Skill MakFly/superpowers-tanstack-start/skills/tanstack-start-rendering

Choose, implement, review, or debug TanStack Start rendering behavior. Use for SSR, selective SSR, SPA mode, static prerendering, ISR, streaming, deferred hydration, hydration mismatches, React Server Components, SEO output, or caching interactions.From its SKILL.md

Install
npx -y skills add MakFly/superpowers-tanstack-start --skill tanstack-start-rendering

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 235 tokens by cl100k_base, as published. Nobody here has run it

TanStack Start Rendering

Choose from requirements

Read ../../docs/rendering.md. Record SEO, first-render, personalization, interactivity, cache, runtime, and deployment requirements before selecting a mode.

  • Use SSR for request-time HTML.
  • Use static prerendering for bounded public routes known at build time.
  • Use ISR only with explicit safe cache semantics.
  • Use SPA mode when a client-rendered shell is acceptable.
  • Use selective SSR when route branches need different behavior.
  • Use deferred hydration when HTML should render now but interaction can activate later.
  • Use RSC only with the project's supported build integration and explicit serialization constraints.

Preserve correctness

Keep the first client render consistent with server HTML. Do not suppress hydration warnings until the mismatch is understood. Never publicly cache user-specific output. Ensure SPA rewrites preserve server-function and server-route paths.

Verify both paths

Test direct requests and client navigation. Inspect server HTML, hydration console output, streamed responses, cache headers, CDN behavior, JavaScript-disabled flows, deferred interactions, and production chunks as applicable.

Report the selected mode, rejected alternatives, cache boundary, and runtime evidence.

What ships with it: 1 file

208 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.