Skip to content

Commit

Permalink
[learn] Add Lit 2 launch video and Justin's talk to the Learn catalog (
Browse files Browse the repository at this point in the history
…#1251)


Co-authored-by: Augustine Kim <[email protected]>
  • Loading branch information
AndrewJakubowicz and augustjk authored Nov 3, 2023
1 parent 4b165e4 commit 379317e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion packages/lit-dev-content/site/learn/learn.11tydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,23 @@ const loadArticleData = async () => {
const loadVideoData = () =>
[
{
title: 'Chat with Lit #1 – Westbrook Johnson (Adobe) ',
title: 'Declarative Reactive Web Components with Justin Fagnani',
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.`,
youtubeId: '9FB0GSOAESo',
date: "Jun 22 2019",
},
{
title: 'Chat with Lit #1 – Westbrook Johnson (Adobe)',
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.`,
youtubeId: 'it-NXhxkOJo',
date: "Jul 23 2021",
},
{
title: 'Lit 2.0 Release Livestream',
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!`,
youtubeId: 'nfb779XIhsU',
date: "Sep 21 2021",
},
{
title: 'How to build your first Lit component',
summary: `Learn how to build your first Lit component and use it with React, Vue, and in a markdown editor.`,
Expand Down

0 comments on commit 379317e

Please sign in to comment.