1 | # <a href="https://www.apollographql.com/"><img src="https://user-images.githubusercontent.com/841294/53402609-b97a2180-39ba-11e9-8100-812bab86357c.png" height="100" alt="Apollo Client"></a>
|
2 |
|
3 | ## Apollo Client
|
4 |
|
5 | [![npm version](https://badge.fury.io/js/%40apollo%2Fclient.svg)](https://badge.fury.io/js/%40apollo%2Fclient)
|
6 | [![Build Status](https://circleci.com/gh/apollographql/apollo-client.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-client)
|
7 | [![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com)
|
8 | [![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 | 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.
|
11 |
|
12 | ## Documentation
|
13 |
|
14 | All Apollo Client documentation, including React integration articles and helpful recipes, can be found at: <br/>
|
15 | [https://www.apollographql.com/docs/react/](https://www.apollographql.com/docs/react/)
|
16 |
|
17 | The Apollo Client API reference can be found at: <br/>
|
18 | [https://www.apollographql.com/docs/react/api/apollo-client/](https://www.apollographql.com/docs/react/api/apollo-client/)
|
19 |
|
20 | Learn how to use Apollo Client with self-paced hands-on training on Odyssey, Apollo's official learning platform: <br/>
|
21 | [https://odyssey.apollographql.com/](https://odyssey.apollographql.com/)
|
22 |
|
23 | ## Maintainers
|
24 |
|
25 | |Name|Username|
|
26 | |---|---|
|
27 | |Ben Newman|[@benjamn](https://github.com/benjamn)|
|
28 | |Alessia Bellisario|[@alessbell](https://github.com/alessbell)|
|
29 | |Jeff Auriemma|[@bignimbus](https://github.com/bignimbus)|
|
30 | |Hugh Willson|[@hwillson](https://github.com/hwillson)|
|
31 | |Jerel Miller|[@jerelmiller](https://github.com/jerelmiller)|
|
32 | |Lenz Weber-Tronic|[@phryneas](https://github.com/phryneas)|
|
33 |
|
34 | ## Who is Apollo?
|
35 |
|
36 | [Apollo](https://apollographql.com/) builds open-source software and a graph platform to unify GraphQL across your apps and services. We help you ship faster with:
|
37 |
|
38 | - [Apollo Studio](https://www.apollographql.com/studio/develop/) – A free, end-to-end platform for managing your GraphQL lifecycle. Track your GraphQL schemas in a hosted registry to create a source of truth for everything in your graph. Studio provides an IDE (Apollo Explorer) so you can explore data, collaborate on queries, observe usage, and safely make schema changes.
|
39 | - [Apollo Federation](https://www.apollographql.com/apollo-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.
|
40 | - [Apollo Client](https://www.apollographql.com/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).
|
41 | - [Apollo Server](https://www.apollographql.com/docs/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.
|
42 |
|
43 | ## Learn how to build with Apollo
|
44 |
|
45 | 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.
|