Skip to content

Commit

Permalink
React JS Day Verona talk
Browse files Browse the repository at this point in the history
  • Loading branch information
choubari committed Oct 25, 2024
1 parent 5640f65 commit 71d79ba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
3 changes: 1 addition & 2 deletions components/talk-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ const TalkCard: React.FC<TalkCardProps> = ({ talk }) => {
>
{presentation.host}
</a>
, {presentation.country}
{presentation.city}
, {presentation.country} {presentation.city}
{presentation.video && (
<a
className="hover:underline"
Expand Down
30 changes: 21 additions & 9 deletions content/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Talks: Talk[] = [
date: "August 28, 2024",
duration: "180min.",
description:
"How to leverage server-side rendering and Server Components to build efficient web applications",
" In this live course session of 3 hours with O'Reilly Media we will see how to leverage server-side rendering and Server Components to build efficient web applications",
presentations: [
{
host: "O'Reilly Media",
Expand Down Expand Up @@ -45,11 +45,30 @@ export const Talks: Talk[] = [
featured: true,
title: "React Server Components 101",
thumbnail: "ReactServerComponents101-devoxxma.jpg",
date: "October 11, 2023",
date: "October 25, 2024",
// date: "October 11, 2023",
duration: "25min.",
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: "ReactJS Day",
hostLink:
"https://2024.reactjsday.it/schedule/#ReactServerComponents101",
slides:
"https://docs.google.com/presentation/d/1f6527uoa7hDLc4f_gT9kYI9xge5qsPx7nMEW8eLxJyI/edit?usp=sharing",
demoCode:
"https://github.com/choubari/react-server-components-101-demo",
demoLink: "https://react-server-components-101-demo.vercel.app/",
country: "🇮🇹",
city: "Verona",
},
{
host: "React Paris Meetup",
hostLink: "https://www.meetup.com/react-paris/events/300756193/",
country: "🇫🇷",
city: "Paris",
},
{
host: "Devoxx France",
hostLink: "https://www.devoxx.fr/schedule/talk/?id=47585",
Expand All @@ -69,16 +88,9 @@ export const Talks: Talk[] = [
demoCode:
"https://github.com/choubari/react-server-components-101-demo",
demoLink: "https://react-server-components-101-demo.vercel.app/",

country: "🇲🇦",
city: "Agadir",
},
{
host: "React Paris Meetup",
hostLink: "https://www.meetup.com/react-paris/events/300756193/",
country: "🇫🇷",
city: "Paris",
},
],
},
{
Expand Down

0 comments on commit 71d79ba

Please sign in to comment.