-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #695 from oddbird/winging-it-11
Add Web Components Winging It
- Loading branch information
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
title: Learn CSS Grid First | ||
episode: 10 | ||
sponsors: false | ||
tags: | ||
- CSS | ||
- Grids | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: Web Components | ||
episode: 11 | ||
tags: | ||
- Web Components | ||
author: | ||
- miriam | ||
- james | ||
date: 2024-08-27 | ||
length: 60 mins | ||
image: | ||
src: winging-it/winging-it-11.jpg | ||
media: | ||
- youtube: c9l-01cySkQ | ||
summary: | | ||
Web Components are a polarizing feature | ||
that seem simultaneously old news | ||
and not quite ready for production yet. | ||
But we’ve been making things with Web Components, | ||
and finding some areas where they really work well. | ||
Join us, | ||
along with special guest [Zach Leatherman](https://www.zachleat.com/) | ||
of [11ty](https://www.11ty.dev/), | ||
to hear more about how we’re using them, | ||
what they work well for, | ||
and why we’re excited about them. | ||
--- | ||
|
||
{% import "embed.macros.njk" as embed %} | ||
{% import "utility.macros.njk" as utility %} | ||
|
||
{{ embed.figure( | ||
data=media | ||
) }} | ||
|
||
{{ utility.main_action( | ||
'Subscribe to Channel »', | ||
subscribe_url | ||
) }} | ||
|
||
## What we cover: | ||
|
||
- When Web Components "clicked" | ||
- How to incorporate progressive enhancement | ||
- Future Web Components projects | ||
- What is still missing from Web Components? | ||
- Thoughts on [Lit](https://lit.dev/) | ||
|
||
## Demos: | ||
|
||
- [slide-deck](https://github.com/oddbird/slide-deck/) | ||
- [ground-control](https://github.com/mirisuzanne/ground-control) | ||
- [is-land](https://github.com/11ty/is-land) | ||
- [fundraising-status](https://github.com/zachleat/fundraising-status) | ||
- [An Attempted Taxonomy of Web Components](https://www.zachleat.com/web/a-taxonomy-of-web-component-types/) | ||
- [Progressive Enhancement Recipes using Eleventy WebC Image Comparison Components](https://demo-webc-image-compare.netlify.app/) | ||
|
||
## Links: | ||
|
||
- [Zach Leatherman](https://www.zachleat.com/) | ||
- [I Need Your Help to Make 11ty Fully Independent and Sustainable in 2024](https://www.zachleat.com/web/independent-sustainable-11ty/) | ||
- [Eleventy](https://www.11ty.dev/) | ||
- [Web Components Discord](https://discord.com/channels/767813449048260658/767813449048260661/1275219476429930619) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.