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

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

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

1 مستودع

Awesome GitHub RepositoriesDeferred Data Evaluation

Delaying the server-side execution of data logic until the specific property is requested by the client.

Distinct from Deferred Loading: Targets the execution of server-side logic closures rather than delaying the loading of client-side components.

Explore 1 awesome GitHub repository matching web development · Deferred Data Evaluation. Refine with filters or upvote what's useful.

Awesome Deferred Data Evaluation GitHub Repositories

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

    inertiajs/inertia

    7,708عرض على GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Inertia JS wraps optional data in closures so the server only executes logic when the client explicitly requests properties.

    TypeScript
    عرض على GitHub↗7,708
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Deferred Data Evaluation