# What's coming in Apollo Client 2.0

DevFeed: [What's coming in Apollo Client 2.0](<https://devfeed.tech/articles/what-s-coming-in-apollo-client-2-0-23581.md>)

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

Author: James Baxley III

Published: 2017-09-13T00:20:08Z

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>), [Caching](<https://devfeed.tech/topics/caching.md>), [Redux](<https://devfeed.tech/topics/redux.md>)

Tags: [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [performance](<https://devfeed.tech/tags/performance.md>)

## AI overview

Apollo Client 2.0 is presented as a smaller and faster update with minimal API changes. The article describes Apollo Link for composable request and result handling, custom cache implementations, and performance improvements that vary by data shape and store implementation.

## Source excerpt

tldr; The 2.0 version of Apollo Client brings a faster and more flexible experience while keeping the API you know and love. It adds features like modifiable request chains and custom data stores while providing production-tested defaults. The 2.0 is more performant, smaller, and just the beginning of what's next for Apollo! The best news is that the new version is a minimal change to the API, so updating should take less than five minutes.