# Apollo Client 2.0

DevFeed: [Apollo Client 2.0](<https://devfeed.tech/articles/apollo-client-2-0-23172.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-client-2-0-5c8d0affcec7>)

Author: James Baxley III

Published: 2017-10-25T23:35:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [apollo-client](<https://devfeed.tech/topics/apollo-client.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [data](<https://devfeed.tech/tags/data.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [ibm](<https://devfeed.tech/tags/ibm.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

Apollo Client 2.0 is presented as a modular GraphQL client for React, Vue.js, Angular, and other JavaScript platforms. The article describes its data-management capabilities, small core and expected bundle size, observable-based network layer, support for multiple operation results, and Apollo Link for connecting data sources to GraphQL.

## Source excerpt

Apollo Client is the ultra-flexible, community-driven GraphQL client for React, Vue.js, Angular, and other JavaScript platforms. You just describe your data requirements with a GraphQL query, and Apollo Client fetches and manages the data for you. It's used in production by companies like KLM, IBM, Intuit, and more, and is built with contributions from engineers at companies like Coursera, Convoy, and even Microsoft!