awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesGraphQL Subscription Lifecycles

Automatically subscribes to GraphQL subscriptions for active queries and unsubscribes when components unmount.

Distinct from Subscription Lifecycle Management: Distinct from Subscription Lifecycle Management: specifically manages GraphQL subscription lifecycles tied to component mount/unmount, not general event subscriptions.

Explore 1 awesome GitHub repository matching software engineering & architecture · GraphQL Subscription Lifecycles. Refine with filters or upvote what's useful.

Awesome GraphQL Subscription Lifecycles GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vuejs/vue-apolloAvatar von vuejs

    vuejs/vue-apollo

    6,041Auf GitHub ansehen↗

    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

    Automatically subscribes to GraphQL subscriptions for active queries and unsubscribes on component unmount to prevent memory leaks.

    TypeScript
    Auf GitHub ansehen↗6,041
  1. Home
  2. Software Engineering & Architecture
  3. Subscription Lifecycle Management
  4. GraphQL Subscription Lifecycles