bun-react-ssr

Installation
SKILL.md

Bun React SSR

Build custom server-rendered React applications with Bun.

Quick Start

# Initialize project
mkdir my-ssr-app && cd my-ssr-app
bun init

# Install dependencies
bun add react react-dom
bun add -D @types/react @types/react-dom

Basic SSR Setup

Server Entry

Related skills

More from secondsky/claude-skills

Installs
105
GitHub Stars
143
First Seen
Apr 4, 2026