1 مستودع
Techniques for combining server and client components by importing client components into server components and passing server-rendered content as props.
Distinct from Server Components: Distinct from Server Components: focuses on the composition boundary between server and client components, not just server-side execution.
Explore 1 awesome GitHub repository matching web development · Server-Client Composition Patterns. Refine with filters or upvote what's useful.
Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir
Weaves server and client components together by importing client components into server components and passing server-rendered content as props.