Skip to content

Commit f5df5e8

Browse files
committed
Merge branch 'main' into deploy-stage
2 parents d2884b3 + b0cf254 commit f5df5e8

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
@@ -1198,6 +1198,42 @@ 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: 'SydJSMeetup',
1220+
author_url: 'https://www.youtube.com/@SydJSMeetup',
1221+
type: ResourceType.Video,
1222+
categories: [ResourceCategory.Educational],
1223+
published_at: 1713725579000,
1224+
},
1225+
{
1226+
link: 'https://www.youtube.com/watch?v=ZVjXtfdKQ3g',
1227+
title: 'The Shape of Frameworks to Come',
1228+
description:
1229+
'Ryan introduces the audience to SolidStart and the architecture that Solid has adopted for its new meta-framework.',
1230+
keywords: ['solid', 'solidstart', 'framework'],
1231+
author: 'JSWorldConference',
1232+
author_url: 'https://www.youtube.com/@JSWORLDConference',
1233+
type: ResourceType.Video,
1234+
categories: [ResourceCategory.Educational],
1235+
published_at: 1715799179000,
1236+
},
12011237
];
12021238

12031239
export default videos;

0 commit comments

Comments
 (0)