Skip to content

Commit f6c33de

Browse files
authored
Add Syntax video
1 parent ded6a30 commit f6c33de

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/Resources/Videos.data.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,18 @@ const videos: Array<Resource> = [
12461246
categories: [ResourceCategory.Educational],
12471247
published_at: 1714538386000,
12481248
},
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+
}
12491261
];
12501262

12511263
export default videos;

0 commit comments

Comments
 (0)