awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesSlice-Based Page Assembly

Assembling pages by combining reusable slice components that load either statically or on demand.

Distinct from Component Composition: Distinct from Component Composition: focuses on assembling pages from independently loading slices rather than general nesting and wrapping.

Explore 1 awesome GitHub repository matching web development · Slice-Based Page Assembly. Refine with filters or upvote what's useful.

Awesome Slice-Based Page Assembly GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wakujs/wakuالصورة الرمزية لـ wakujs

    wakujs/waku

    6,330عرض على GitHub↗

    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

    Assembles pages by composing reusable slice components that load either statically or on demand.

    TypeScript
    عرض على GitHub↗6,330
  1. Home
  2. Web Development
  3. Component Composition
  4. Slice-Based Page Assembly