This document provides AI-agent-specific guidance for the React Server Components (RSC) plugin. For comprehensive documentation, see:
- README.md - Plugin overview, concepts, and examples
- CONTRIBUTING.md - Development setup and testing guidelines
- docs/architecture.md - Build pipeline, data flow, and key components
- docs/bundler-comparison.md - How different bundlers approach RSC
# inside packages/plugin-rsc directory
pnpm build # build package
pnpm tsc # typecheck
pnpm dev # Watch mode development
pnpm test-e2e # Run e2e tests
pnpm test-e2e basic # Test specific example