Skip to content

Commit

Permalink
update DevoxxFrance slides link
Browse files Browse the repository at this point in the history
  • Loading branch information
choubari committed Apr 18, 2024
1 parent 6ddf915 commit 5464b12
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions content/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ export const Talks: Talk[] = [
description:
"React Server Components: an exciting new feature that have huge implications on page load performance, bundle size, and how we write React applications in the near future. We'll explore RSC's architecture and its core concepts, along with practical use-cases illustrating RSC implementation and benefits. You will learn how to write tomorrow's React Applications with Server Components and understand in depth what the React team has been working on.",
presentations: [
{
host: "Devoxx France",
hostLink: "https://www.devoxx.fr/schedule/talk/?id=47585",
slides:
"https://docs.google.com/presentation/d/1MQTIpdAl9wTceNu2QrZaa-TmRFeng-qPWPCJiDnGzrY/edit?usp=sharing",
demoCode:
"https://github.com/choubari/react-server-components-101-demo",
demoLink: "https://react-server-components-101-demo.vercel.app/",
country: "🇫🇷",
city: "Paris",
},
{
host: "Devoxx Morocco",
hostLink: "https://devoxx.ma/talk/?id=22005",
Expand All @@ -44,12 +55,6 @@ export const Talks: Talk[] = [
country: "🇲🇦",
city: "Agadir",
},
{
host: "Devoxx France",
hostLink: "https://www.devoxx.fr/schedule/talk/?id=47585",
country: "🇫🇷",
city: "Paris (soon)",
},
],
},
{
Expand Down

0 comments on commit 5464b12

Please sign in to comment.