Skip to content

Commit 379317e

Browse files
[learn] Add Lit 2 launch video and Justin's talk to the Learn catalog (#1251)
Co-authored-by: Augustine Kim <[email protected]>
1 parent 4b165e4 commit 379317e

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed
34.4 KB
Loading
79.5 KB
Loading
28 KB
Loading
104 KB
Loading

packages/lit-dev-content/site/learn/learn.11tydata.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,23 @@ const loadArticleData = async () => {
8787
const loadVideoData = () =>
8888
[
8989
{
90-
title: 'Chat with Lit #1 – Westbrook Johnson (Adobe) ',
90+
title: 'Declarative Reactive Web Components with Justin Fagnani',
91+
summary: `Justin covers what Web Components are and how LitElement and lit-html add value on top of the native APIs. This talk covers the fundamentals of how and why Lit is architected the way it is.`,
92+
youtubeId: '9FB0GSOAESo',
93+
date: "Jun 22 2019",
94+
},
95+
{
96+
title: 'Chat with Lit #1 – Westbrook Johnson (Adobe)',
9197
summary: `Listen in on this live-recorded Twitter Space episode, hosted by Rody Davis (@rodydavis) and Elliott Marquez (@techytacos), with guest Westbrook Johnson (@WestbrookJ) from Adobe.`,
9298
youtubeId: 'it-NXhxkOJo',
9399
date: "Jul 23 2021",
94100
},
101+
{
102+
title: 'Lit 2.0 Release Livestream',
103+
summary: `Lit 2.0 has officially landed! Here we talk about Lit 2.0, what we've been doing, what it means to Google, and what's new. Stay tuned for a panel discussion with Lit users in the industry!`,
104+
youtubeId: 'nfb779XIhsU',
105+
date: "Sep 21 2021",
106+
},
95107
{
96108
title: 'How to build your first Lit component',
97109
summary: `Learn how to build your first Lit component and use it with React, Vue, and in a markdown editor.`,

0 commit comments

Comments
 (0)