1 repository
Wraps 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.
Explore 1 awesome GitHub repository matching data & databases · Apollo Cache Layers. Refine with filters or upvote what's useful.
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.