Skip to content

Commit c51f7e2

Browse files
authored
Two new videos
1 parent cbbbe43 commit c51f7e2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/pages/Resources/Videos.data.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,30 @@ const videos: Array<Resource> = [
11981198
categories: [ResourceCategory.Educational],
11991199
published_at: 1709126698495,
12001200
},
1201+
{
1202+
link: 'https://www.youtube.com/watch?v=Zgrm7reyc_A',
1203+
title: 'The First Post-React Framework Just Launched',
1204+
description:
1205+
'Solid\'s development cycle has been incredible to watch, and SolidStart is key to it\'s future. Really hyped that Javascript keeps getting more interesting.',
1206+
keywords: ['solid', 'solidstart', 'launch', 'post-react','react', 'framework'],
1207+
author: 'Theo Browne',
1208+
author_url: 'https://www.youtube.com/@t3dotgg',
1209+
type: ResourceType.Video,
1210+
categories: [ResourceCategory.Educational],
1211+
published_at: 1716663179000,
1212+
},
1213+
{
1214+
link: 'https://www.youtube.com/watch?v=dk1VR1Sgpcg',
1215+
title: 'Taylor Nodell SolidJS, Reactivity, and an Impractical Comparison',
1216+
description:
1217+
'Taylor Nodell reviews Solid and React with a comparative example.',
1218+
keywords: ['solid', 'example', 'react', 'comparison', 'game'],
1219+
author: 'Atila Fassina',
1220+
author_url: 'https://www.youtube.com/@SydJSMeetup',
1221+
type: ResourceType.Video,
1222+
categories: [ResourceCategory.Educational],
1223+
published_at: 1713725579000,
1224+
},
12011225
];
12021226

12031227
export default videos;

0 commit comments

Comments
 (0)