awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vercel/swrvercel का अवतार

    vercel/swr

    32,406GitHub पर देखें↗

    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-apollovuejs का अवतार

    vuejs/vue-apollo

    6,041GitHub पर देखें↗

    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.