Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't confuse Apollo Client and Apollo Angular #2283

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description:

## Write Queries, Not Code

[Apollo Angular](https://nasa.gov/mission_pages/apollo/missions/index.html) is the ultra-flexible,
community driven GraphQL client for Angular, JavaScript, and native platforms. It is designed from
the ground up to make it easy to build UI components that fetch data with GraphQL. To get the most
value out of Apollo Client, you should use it with one of its view layer integrations. To get
started with the Angular integration, go to [Get Started](./get-started).
[Apollo Client](https://github.com/apollographql/apollo-client) is a flexible, community driven,
GraphQL client for JavaScript. It is designed from the ground up to make it easy to build UI
components that fetch data with GraphQL. To get the most value out of Apollo Client, you should use
it with one of its view layer integrations. To get started with the Angular integration, go to
[Get Started](./get-started).

1. **Incrementally adoptable**, so that you can drop it into an existing JavaScript app and start
using GraphQL for just part of your UI.
Expand Down
Loading