Skip to content

Commit

Permalink
Merge pull request #12084 from apollographql/ms/docs-cleanup
Browse files Browse the repository at this point in the history
docs: clean up
  • Loading branch information
Meschreiber authored Oct 2, 2024
2 parents abf7463 + 5642559 commit d172ac3
Showing 3 changed files with 0 additions and 14 deletions.
Empty file.
6 changes: 0 additions & 6 deletions docs/source/get-started.mdx
Original file line number Diff line number Diff line change
@@ -2,12 +2,6 @@
title: Get started with Apollo Client
---

<SummitCallout
topic="Apollo Client"
workshopName="GraphQL for web: Going hands-on with Apollo Client"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947597337001S7vZ"
/>

Hello! 👋 This short tutorial gets you up and running with Apollo Client.

> For an introduction to the entire Apollo platform, [check out **Odyssey**, Apollo's interactive learning platform](https://www.apollographql.com/tutorials/?utm_source=apollo_docs&utm_medium=referral).
8 changes: 0 additions & 8 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
@@ -2,14 +2,6 @@
title: Introduction to Apollo Client
---

import { Link } from 'gatsby';

<SummitCallout
topic="Apollo Client"
workshopName="GraphQL for web: Going hands-on with Apollo Client"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947597337001S7vZ"
/>

**Apollo Client** is a comprehensive state management library for JavaScript. It enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.

Apollo Client helps you structure code in an economical, predictable, and declarative way that's consistent with modern development practices. The core `@apollo/client` library provides built-in integration with React, and the larger Apollo community maintains [integrations for other popular view layers](#community-integrations).

0 comments on commit d172ac3

Please sign in to comment.