# Introducing the Apollo Client Best Practices Series

DevFeed: [Introducing the Apollo Client Best Practices Series](<https://devfeed.tech/articles/introducing-the-apollo-client-best-practices-series-23427.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/introducing-the-best-practices-series>)

Author: Khalil Stemmler

Published: 2020-07-17T10:56:17Z

Content type: article

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>), [client library](<https://devfeed.tech/topics/client-library.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [client-library](<https://devfeed.tech/tags/client-library.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [guide](<https://devfeed.tech/tags/guide.md>), [series](<https://devfeed.tech/tags/series.md>)

## AI overview

Apollo introduces a best-practices series for Apollo Client, a GraphQL client library that also supports client-side caching, state management, and data fetching. The series covers architecture, state types, testing, pagination, server-side rendering, security, and building testable, flexible, maintainable production applications.

## Source excerpt

If you've been entrusted to build something important, it's always good to know you have resources to rely on. Maybe a team member. Maybe a book or a course. Walking into a project with a set of new tools can be pretty scary. That's where I think best practices come in. As a part of the Developer Experience team at Apollo, and someone who personally uses Apollo's tools, I totally know what it feels like to not know if I'm doing things correctly.