This teaches you how to implement server-side rendering for React apps, covering both classic SSR patterns and modern Next.js implementations with getServerSideProps. The source is thorough on trade-offs: you get faster First Contentful Paint, better SEO, and less client JavaScript, but you also get slower Time to First Byte and full page reloads for interactions. It's honest about when not to use SSR too, like for static content where static generation is cheaper or internal tools where SEO doesn't matter. The examples walk through Next.js data fetching and React's renderToString, plus newer streaming options with renderToPipeableStream. Good if you need the fundamentals and the framework-specific implementations in one place.
npx -y skills add patternsdev/skills --skill server-side-rendering --agent claude-codeInstalls to .claude/skills
Select a file.
binjuhor/shadcn-lar
The1Studio/theone-training-skills
giuseppe-trisciuoglio/developer-kit
bobmatnyc/claude-mpm-skills
syncfusion/react-ui-components-skills
supercent-io/skills-template