# Announcing Apollo Client 2.5

DevFeed: [Announcing Apollo Client 2.5](<https://devfeed.tech/articles/announcing-apollo-client-2-5-23130.md>)

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

Author: Hugh Willson

Published: 2019-02-26T21:51:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>), [Development](<https://devfeed.tech/topics/development.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [developer-tooling](<https://devfeed.tech/tags/developer-tooling.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [programming](<https://devfeed.tech/tags/programming.md>), [release](<https://devfeed.tech/tags/release.md>), [state-management](<https://devfeed.tech/tags/state-management.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

Apollo Client 2.5 introduces local state management alongside remote GraphQL data. The release uses client schemas and local resolvers to query local and remote data together, with GraphQL typing and TypeScript definitions supporting developer tooling.

## Source excerpt

One year ago, we had a vision for the future of state management. We wanted to provide developers with one source of truth for all of their app's data and one unified interface to access it. Our dream is finally a reality with the release of Apollo Client 2.5, now with local state management! Managing local data with Apollo Client follows the same programming model as managing remote data from a GraphQL server.