Skip to content

Commit 690b1b1

Browse files
authored
Added new solid interview video
1 parent 80b792f commit 690b1b1

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
@@ -1149,6 +1149,18 @@ const videos: Array<Resource> = [
11491149
type: ResourceType.Video,
11501150
categories: [ResourceCategory.Educational],
11511151
published_at: 1698996974000,
1152+
},
1153+
{
1154+
link: 'https://www.youtube.com/watch?v=39NEsUlBsj0',
1155+
title: 'S3:E2 - Why Solidjs with Ryan Carniato',
1156+
description:
1157+
'In this episode, creator of solidjs Ryan Carniato walks us through what soldjs is? what team has been working on and what to expect in next major release.',
1158+
keywords: ['This is Tech Talks', 'reactivity', 'intro'],
1159+
author: 'This is Tech Talks',
1160+
author_url: 'https://www.youtube.com/@ThisisTechTalks',
1161+
type: ResourceType.Video,
1162+
categories: [ResourceCategory.Educational],
1163+
published_at: 1705959795000,
11521164
}
11531165
];
11541166

0 commit comments

Comments
 (0)