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

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

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

2 مستودعات

Awesome GitHub RepositoriesReactive Cache Layers

Storage mechanisms that automatically synchronize with remote data sources.

Distinguishing note: None available; minting under Data & Databases.

Explore 2 awesome GitHub repositories matching data & databases · Reactive Cache Layers. Refine with filters or upvote what's useful.

Awesome Reactive Cache Layers GitHub Repositories

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

    vercel/swr

    32,406عرض على GitHub↗

    SWR is a data fetching library that provides a collection of hooks for managing remote data synchronization, caching, and state updates in web applications. It employs a declarative approach to handle complex network request lifecycles and dependency chains, ensuring that client-side application state remains consistent with server data through automatic revalidation and background updates. The library distinguishes itself through a reactive cache layer that automatically synchronizes local state with remote sources based on component lifecycle events. It features event-driven revalidation, w

    Provides a persistent storage mechanism that automatically synchronizes local state with remote server data.

    TypeScriptcachedatadata-fetching
    عرض على GitHub↗32,406
  • vuejs/vue-apolloالصورة الرمزية لـ vuejs

    vuejs/vue-apollo

    6,041عرض على GitHub↗

    Vue Apollo is a GraphQL client library for Vue.js that integrates Apollo GraphQL queries and mutations into Vue components with reactive data binding. It provides a reactive data layer that automatically updates Vue component state when GraphQL query results change, and supports server-side rendering by prefetching queries during SSR to deliver fully populated HTML on initial page load. The library allows GraphQL queries and mutations to be declared directly inside Vue component options using the apollo property, keeping data dependencies co-located with the UI. It wraps Apollo Client's nor

    Wraps Apollo Client's normalized cache with Vue's reactivity system for automatic component re-renders on cache changes.

    TypeScript
    عرض على GitHub↗6,041
  1. Home
  2. Data & Databases
  3. Reactive Cache Layers

استكشف الوسوم الفرعية

  • Apollo Cache LayersWraps Apollo Client's normalized cache with Vue's reactivity system so query results automatically trigger component re-renders. **Distinct from Reactive Cache Layers:** Distinct from Reactive Cache Layers: specifically wraps Apollo Client's cache with Vue reactivity, not general remote data synchronization.