Skip to content

Commit

Permalink
Merge pull request #12005 from apollographql/docs/add-summit-callout
Browse files Browse the repository at this point in the history
Add Summit callout
  • Loading branch information
Meschreiber authored Aug 16, 2024
2 parents bcedcad + 284bd07 commit 143ae5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
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).
Expand Down
6 changes: 6 additions & 0 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).
Expand Down

0 comments on commit 143ae5a

Please sign in to comment.