Skip to content

Commit

Permalink
chore: update speaking page
Browse files Browse the repository at this point in the history
alessbell committed Oct 19, 2023

Verified

This commit was signed with the committer’s verified signature.
alessbell Alessia Bellisario
1 parent e1d515e commit c597d32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/speaking.jsx
Original file line number Diff line number Diff line change
@@ -35,13 +35,6 @@ export default function Speaking() {
<SimpleLayout title="A few talks I've given">
<div className="space-y-20">
<SpeakingSection title="Upcoming">
<Appearance
title="Query Now, Render Later: Leveraging @defer for Efficient Data Delivery"
event="GraphQL Summit 2023"
description="An overview of GraphQL's proposed @defer directive, now available in Apollo Client and GraphOS."
href="https://summit.graphql.com/event/c51538f6-4b76-44e3-871e-54180c77cad8/summary"
cta="View GraphQL Summit site"
/>
<Appearance
title="How to Use Suspense and GraphQL with Apollo to Build Great User Experiences"
event="React Advanced London 2023"
@@ -51,12 +44,19 @@ export default function Speaking() {
/>
</SpeakingSection>
<SpeakingSection title="Past">
<Appearance
title="Query Now, Render Later: Leveraging @defer for Efficient Data Delivery"
event="GraphQL Summit 2023"
description="An overview of GraphQL's proposed @defer directive, now available in Apollo Client and GraphOS."
href="https://www.youtube.com/watch?v=n4mcAm4ukLU"
cta="Watch video"
/>
<Appearance
title="@defer all the slow things"
event="GraphQL Conf 2023"
description="A lightning talk on GraphQL's proposed @defer directive."
href="https://www.youtube.com/watch?v=b0iNvXu5ZlU"
cta="View GraphQL Conf site"
cta="Watch video"
/>
<Appearance
title="Suspense + GraphQL = Superpowers"

0 comments on commit c597d32

Please sign in to comment.