1 | <div align="center">
|
2 |
|
3 | <p>
|
4 | <a href="https://www.apollographql.com/"><img src="https://raw.githubusercontent.com/apollographql/apollo-client-devtools/main/assets/apollo-wordmark.svg" height="100" alt="Apollo Client"></a>
|
5 | </p>
|
6 | <h1>Apollo Client</h1>
|
7 |
|
8 | [![npm version](https://badge.fury.io/js/%40apollo%2Fclient.svg)](https://badge.fury.io/js/%40apollo%2Fclient) [![Build Status](https://circleci.com/gh/apollographql/apollo-client.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-client) [![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com) [![Join our Discord server](https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/graphos)
|
9 |
|
10 | </div>
|
11 |
|
12 | ---
|
13 |
|
14 | **Announcement:**
|
15 | Join 1000+ engineers at GraphQL Summit for talks, workshops, and office hours, Oct 8-10 in NYC. [Get your pass here ->](https://summit.graphql.com/?utm_campaign=github_federation_readme)
|
16 |
|
17 | ---
|
18 |
|
19 | Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL.
|
20 |
|
21 | | ☑️ Apollo Client User Survey |
|
22 | | :----- |
|
23 | | What do you like best about Apollo Client? What needs to be improved? Please tell us by taking a [one-minute survey](https://docs.google.com/forms/d/e/1FAIpQLSczNDXfJne3ZUOXjk9Ursm9JYvhTh1_nFTDfdq3XBAFWCzplQ/viewform?usp=pp_url&entry.1170701325=Apollo+Client&entry.204965213=Readme). Your responses will help us understand Apollo Client usage and allow us to serve you better. |
|
24 |
|
25 | ## Documentation
|
26 |
|
27 | All Apollo Client documentation, including React integration articles and helpful recipes, can be found at: <br/>
|
28 | [https://www.apollographql.com/docs/react/](https://www.apollographql.com/docs/react/)
|
29 |
|
30 | The Apollo Client API reference can be found at: <br/>
|
31 | [https://www.apollographql.com/docs/react/api/apollo-client/](https://www.apollographql.com/docs/react/api/apollo-client/)
|
32 |
|
33 | Learn how to use Apollo Client with self-paced hands-on training on Odyssey, Apollo's official learning platform: <br/>
|
34 | [https://odyssey.apollographql.com/](https://odyssey.apollographql.com/)
|
35 |
|
36 | ## Maintainers
|
37 |
|
38 | |Name|Username|
|
39 | |---|---|
|
40 | |Ben Newman|[@benjamn](https://github.com/benjamn)|
|
41 | |Alessia Bellisario|[@alessbell](https://github.com/alessbell)|
|
42 | |Jeff Auriemma|[@bignimbus](https://github.com/bignimbus)|
|
43 | |Hugh Willson|[@hwillson](https://github.com/hwillson)|
|
44 | |Jerel Miller|[@jerelmiller](https://github.com/jerelmiller)|
|
45 | |Lenz Weber-Tronic|[@phryneas](https://github.com/phryneas)|
|
46 |
|
47 | ## Who is Apollo?
|
48 |
|
49 | [Apollo](https://apollographql.com/) builds open-source tools and commercial services to make application development easier, better, and accessible to more people. We help you ship faster with:
|
50 |
|
51 | - [GraphOS](https://www.apollographql.com/graphos) - The platform for building, managing, and scaling a supergraph: a unified network of your organization's microservices and their data sources—all composed into a single distributed API.
|
52 | - [Apollo Federation](https://www.apollographql.com/federation) – The industry-standard open architecture for building a distributed graph. Use Apollo’s gateway to compose a unified graph from multiple subgraphs, determine a query plan, and route requests across your services.
|
53 | - [Apollo Client](https://github.com/apollographql/apollo-client) – The most popular GraphQL client for the web. Apollo also builds and maintains [Apollo iOS](https://github.com/apollographql/apollo-ios) and [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin).
|
54 | - [Apollo Server](https://github.com/apollographql/apollo-server) – A production-ready JavaScript GraphQL server that connects to any microservice, API, or database. Compatible with all popular JavaScript frameworks and deployable in serverless environments.
|
55 |
|
56 | ## Learn how to build with Apollo
|
57 |
|
58 | Check out the [Odyssey](https://odyssey.apollographql.com/) learning platform, the perfect place to start your GraphQL journey with videos and interactive code challenges. Join the [Apollo Community](https://community.apollographql.com/) to interact with and get technical help from the GraphQL community.
|