Skip to content

Commit 0379a08

Browse files
authored
Adding BeJS
1 parent f6c33de commit 0379a08

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
@@ -1257,6 +1257,18 @@ const videos: Array<Resource> = [
12571257
type: ResourceType.Video,
12581258
categories: [ResourceCategory.Educational],
12591259
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,
12601272
}
12611273
];
12621274

0 commit comments

Comments
 (0)