awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vercel/swrAvatar de vercel

    vercel/swr

    32,406Ver en 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
    Ver en GitHub↗32,406
  • vuejs/vue-apolloAvatar de vuejs

    vuejs/vue-apollo

    6,041Ver en 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
    Ver en GitHub↗6,041
  1. Home
  2. Data & Databases
  3. Reactive Cache Layers

Explorar subetiquetas

  • 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.