Skip to content

Commit

Permalink
chore: update speaking page
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Nov 6, 2023
1 parent ec28888 commit 1243b88
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/pages/speaking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ export default function Speaking() {
</Head>
<SimpleLayout title="A few talks I've given">
<div className="space-y-20">
<SpeakingSection title="Upcoming">
<Appearance
title="How to Use Suspense and GraphQL with Apollo to Build Great User Experiences"
event="React Advanced London 2023"
description="The Apollo Client team will show you how we built a non-trivial app using Apollo Client’s new Suspense features and GraphQL features like the @defer directive."
href="https://reactadvanced.com/"
cta="View React Advanced site"
/>
</SpeakingSection>
<Appearance
title="How to Use Suspense and GraphQL with Apollo to Build Great User Experiences"
event="React Advanced London 2023"
description="The Apollo Client team will show you how we built a non-trivial app using Apollo Client’s new Suspense features and GraphQL features like the @defer directive."
href="https://portal.gitnation.org/contents/how-to-use-suspense-and-graphql-with-apollo-to-build-great-user-experiences"
cta="Watch video"
/>
<SpeakingSection title="Past">
<Appearance
title="Query Now, Render Later: Leveraging @defer for Efficient Data Delivery"
Expand Down

0 comments on commit 1243b88

Please sign in to comment.