Skip to content

Commit

Permalink
Adding TWF and CodeWithLuke videos
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase authored Aug 16, 2022
1 parent 7d50b50 commit 968412c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/pages/Resources/Videos.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,28 @@ const videos: Array<Resource> = [
categories: [ResourceCategory.Educational],
published_at: 1659074818000,
},
{
link: 'https://www.youtube.com/watch?v=XvOGRazkQrg',
title: 'Solid JS Introduction (it\'s a really good)',
description: 'You are familiar with React or JSX working with solid is going to be really easy to pick up.',
keywords: ['codewithluke', 'intro', 'lukebabich'],
author: 'lukebabich',
author_url: 'https://www.youtube.com/user/lukebabich',
type: ResourceType.Video,
categories: [ResourceCategory.Educational],
published_at: 1660170031000,
},
{
link: 'https://www.youtube.com/watch?v=Bubv8wlLIxo',
title: 'TWF: Zero Framework Overhead with Solid.js',
description: 'An introduce you to Solid.js, a JavaScript Framework that boasts best in class performance metrics.',
keywords: ['twf', 'meetup', 'learn', 'solid'],
author: 'TWF meetup',
author_url: 'https://www.youtube.com/channel/UCuz1uH7R0PmGbSNf34MegwQ',
type: ResourceType.Video,
categories: [ResourceCategory.Educational],
published_at: 1660688143000,
}
];

export default videos;

0 comments on commit 968412c

Please # to comment.