Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing React 19 results #53

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _posts/2024-01-31-good-bad-web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Aside from Vercel.js, there are a variety of other popular component libraries t
<td>{% indieAvatar "https://react.dev/" %}React</td>
<td class="no">No</td>
<td class="no">No</td>
<td class="no">67%</td>
<td class="no">100%</td>
</tr>
<tr>
<td>{% indieAvatar "https://www.solidjs.com" %}Solid</td>
Expand Down Expand Up @@ -254,7 +254,7 @@ In some respects it feels like the web platform chased the early clientside rend
* [{% indieAvatar "https://lit.dev/" %}Lit](https://lit.dev/)
* [{% indieAvatar "https://enhance.dev/" %}Enhance](https://enhance.dev/)
* [{% indieAvatar "https://www.11ty.dev/" %}WebC](https://www.11ty.dev/docs/languages/webc/)
* React has the worst [`custom-elements-everywhere.com`](https://custom-elements-everywhere.com/) compatibility test score. If you’re deep in React-world, look at using [{% indieAvatar "https://preactjs.com/" %}Preact](https://preactjs.com/) to provide a more future-friendly and compatible experience.
* Old React versions have the worst [`custom-elements-everywhere.com`](https://custom-elements-everywhere.com/) compatibility test score. If you’re deep in React-world, upgrade to the latest React version or consider switching to [{% indieAvatar "https://preactjs.com/" %}Preact](https://preactjs.com/) to provide a more future-friendly and compatible experience.
* Solid, Angular, Svelte, and Vue support web components as a compilation target too.

## A WebC Example
Expand Down Expand Up @@ -354,4 +354,4 @@ This talk was given at four different events in 2023 (some of which videos are a
* [JS Heroes](/web/jsheroes/) (May 2023)
* [Smashing Conference Freiburg](/web/smashingconf/2023/video/) (September 2023)
* [JS Nation](/web/jsnation/) (May 2023)
* [Stanford Web Camp](/web/stanford-webcamp/) (May 2023)
* [Stanford Web Camp](/web/stanford-webcamp/) (May 2023)