awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesServer-Side GraphQL Data Prefetching

Prefetches GraphQL data during server-side rendering and hydrates it on the client.

Distinct from Server-Side Data Prefetching: Distinct from Server-Side Data Prefetching: specifically targets GraphQL data prefetching and hydration, not general server-side data loading.

Explore 2 awesome GitHub repositories matching web development · Server-Side GraphQL Data Prefetching. Refine with filters or upvote what's useful.

Awesome Server-Side GraphQL Data Prefetching GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • akryum/vue-apolloAvatar de Akryum

    Akryum/vue-apollo

    6,041Voir sur GitHub↗

    Vue Apollo is a GraphQL integration library for Vue applications that connects Vue components to GraphQL APIs using Apollo Client. It provides a reactive data layer for querying, mutating, and subscribing to data from GraphQL endpoints, with automatic cache updates and real-time subscription support. The library offers multiple API surfaces for working with GraphQL data, including slot-based declarative components, composable functions for the Composition API, and Options API integration. It handles the full lifecycle of GraphQL operations, from automatic data fetching with reactive queries t

    Prefetches GraphQL queries during SSR and hydrates the client cache to avoid redundant network requests.

    TypeScript
    Voir sur GitHub↗6,041
  • trojanowski/react-apollo-hooksAvatar de trojanowski

    trojanowski/react-apollo-hooks

    2,388Voir sur GitHub↗

    This library provides a collection of hooks for integrating GraphQL data operations into functional components within the Apollo Client ecosystem. It functions as a state management tool that synchronizes remote server data with local component state, ensuring consistent data representation across the user interface. The project distinguishes itself by enabling server-side rendering through a framework of utilities that pre-fetch data and resolve component trees to deliver fully populated HTML. It utilizes a provider-based pattern to inject the data client into the component tree, allowing ne

    Resolves GraphQL queries during server-side rendering to generate fully populated HTML output.

    TypeScript
    Voir sur GitHub↗2,388
  1. Home
  2. Web Development
  3. Server-Side Data Prefetching
  4. Server-Side GraphQL Data Prefetching