Skip to content

Commit ca12ef7

Browse files
committed
Merge branch 'main' into deploy-stage
2 parents f5df5e8 + 0379a08 commit ca12ef7

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/pages/Resources/Videos.data.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,42 @@ const videos: Array<Resource> = [
12341234
categories: [ResourceCategory.Educational],
12351235
published_at: 1715799179000,
12361236
},
1237+
{
1238+
link: 'https://www.youtube.com/watch?v=hRM3ggjm7Zo',
1239+
title: 'epilot Tech Exchange: SolidJS with Ryan Carniato',
1240+
description:
1241+
'Ryan joins the epilot team to discuss SolidJS and web in general.',
1242+
keywords: ['solid', 'solidstart', 'framework'],
1243+
author: 'epilot Tech Exchange',
1244+
author_url: 'https://www.youtube.com/@epilotTech',
1245+
type: ResourceType.Video,
1246+
categories: [ResourceCategory.Educational],
1247+
published_at: 1714538386000,
1248+
},
1249+
{
1250+
link: 'https://www.youtube.com/watch?v=nxbxw2Kw6sA',
1251+
title: 'Does Solid solve all your React problems?',
1252+
description:
1253+
'In this video CJ compares SolidJS to React and SolidStart to Next.js.',
1254+
keywords: ['syntaxfm', 'solidstart', 'react', 'comparison', 'framework'],
1255+
author: 'SyntaxFM',
1256+
author_url: 'https://www.youtube.com/@syntaxfm',
1257+
type: ResourceType.Video,
1258+
categories: [ResourceCategory.Educational],
1259+
published_at: 1717723424000,
1260+
},
1261+
{
1262+
link: 'https://www.youtube.com/watch?v=UdDoLty4Ho0',
1263+
title: 'Fine Solid Patterns @ BeJS',
1264+
description:
1265+
'This talk is a step further on the benefits of choosing fine-grained reactivity: benefits for developer experience, efficiency, and end-user performance.',
1266+
keywords: ['solid', 'atila', 'dxt', 'patterns'],
1267+
author: 'Atila Fassina (BeJS)',
1268+
author_url: 'https://www.youtube.com/@BeJScommunity',
1269+
type: ResourceType.Video,
1270+
categories: [ResourceCategory.Educational],
1271+
published_at: 1717768168000,
1272+
}
12371273
];
12381274

12391275
export default videos;

0 commit comments

Comments
 (0)