From 968412cad374c58a7b182e63fe726a54a1c1a470 Mon Sep 17 00:00:00 2001 From: David Di Biase <1168397+davedbase@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:20:53 -0400 Subject: [PATCH] Adding TWF and CodeWithLuke videos --- src/pages/Resources/Videos.data.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/Resources/Videos.data.ts b/src/pages/Resources/Videos.data.ts index 2cb700e9..c378945d 100644 --- a/src/pages/Resources/Videos.data.ts +++ b/src/pages/Resources/Videos.data.ts @@ -747,6 +747,28 @@ const videos: Array = [ 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;