awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vuejs/vue-apollovuejs 的头像

    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

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

    TypeScript
    在 GitHub 上查看↗6,041
  1. Home
  2. Software Engineering & Architecture
  3. Subscription Lifecycle Management
  4. GraphQL Subscription Lifecycles