zero-bundle-size-rsc

SKILL.md

Zero-Bundle-Size React Server Components

Summary

Minimizing client bundles through aggressive use of Server Components and streaming protocols.

Key Capabilities

  • Partition application graphs into Server/Client subtrees.
  • Eliminate data-fetching libraries from client bundles.
  • Serialize complex data structures across the network boundary.

PhD-Level Challenges

  • Formalize the serialization constraints of Server Components.
  • Analyze the bandwidth vs. CPU trade-off of RSC payloads.
  • Implement a dynamic import strategy for polymorphic server components.

Acceptance Criteria

  • Show a reduction in initial JS execute time.
  • Demonstrate zero client-side JS for static subtrees.
  • Provide a report on payload size reduction.
Weekly Installs
2
First Seen
Jan 28, 2026
Installed on
github-copilot2
mcpjam1
claude-code1
windsurf1
zencoder1
crush1