Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawtar Choubari committed Jan 13, 2024
2 parents f33352b + e177e18 commit 11f6089
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion content/talks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
import { Talk } from "@/types";

export const Talks: Talk[] = [
{
featured: true,
title: "Partial Prerendering: Hype or Innovation?",
thumbnail: "reactparis-lineup.png",
date: "March 22, 2024",
duration: "30min.",
description:
"In this rapidly evolving world of web development, Next.js recently introduced Partial Prerendering (PPR), a new rendering model for web applications. But what exactly lies behind this concept?",
presentations: [
{
host: "React Paris",
hostLink: "https://react.paris/#speakers",
country: "🇫🇷",
city: "Paris",
},
],
},
{
featured: true,
title: "React Server Components 101",
Expand Down Expand Up @@ -131,7 +148,6 @@ export const Talks: Talk[] = [
],
},
{
featured: true,
title: `How to make a "perfect" git commit`,
thumbnail: "gitcommit-devoxxma-footage.jpg",
date: "October 5, 2022",
Expand Down
Binary file added public/talks/reactparis-lineup.png
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 11f6089

Please sign in to comment.