Skip to content

Commit

Permalink
update talks
Browse files Browse the repository at this point in the history
  • Loading branch information
choubari committed Sep 16, 2024
1 parent 5464b12 commit 5640f65
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion content/talks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
import { Talk } from "@/types";

export const Talks: Talk[] = [
{
featured: true,
title: "React Server Components Deep Dive",
thumbnail: "ReactServerComponentsCourse-oreilly.png",
date: "August 28, 2024",
duration: "180min.",
description:
"How to leverage server-side rendering and Server Components to build efficient web applications",
presentations: [
{
host: "O'Reilly Media",
hostLink:
"https://www.oreilly.com/live-events/react-server-components-deep-dive/0642572003766/",
country: "🌐",
city: "Online",
},
],
},
{
featured: true,
title: "Partial Prerendering: Hype or Innovation?",
Expand Down Expand Up @@ -55,10 +73,15 @@ export const Talks: Talk[] = [
country: "🇲🇦",
city: "Agadir",
},
{
host: "React Paris Meetup",
hostLink: "https://www.meetup.com/react-paris/events/300756193/",
country: "🇫🇷",
city: "Paris",
},
],
},
{
featured: true,
title: "Modern Web Development with Next.js 13",
thumbnail: "nextjs-react-framework-devoxxma.jpg",
date: "October 11, 2023",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5640f65

Please sign in to comment.