Skip to content

Commit

Permalink
Added jetbrains
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase authored Nov 21, 2022
1 parent 5c98b04 commit 30fa506
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/Resources/Videos.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,18 @@ const videos: Array<Resource> = [
categories: [ResourceCategory.Educational],
published_at: 1668713709000,
},
{
link: 'https://www.youtube.com/watch?v=-CrsHsBZFg4',
title: 'The World Beyond Components with JetBrains',
description:
'In this talk, Ryan, author of SolidJS, will look at what comes after the component model. Driven by the need for more granularity, and empowered by compilation, reactivity is becoming the universal language of user interfaces.',
keywords: ['vitaly bragilevsky', 'beyond components', 'paul everitt'],
author: 'JetBrainsTV',
author_url: 'https://www.youtube.com/@JetBrainsTV',
type: ResourceType.Video,
categories: [ResourceCategory.Educational],
published_at: 1668886509000,
}
];

export default videos;

0 comments on commit 30fa506

Please sign in to comment.