urusai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly and non-toxic English-first Mastodon community for anime, manga, and other otaku subjects.

Administered by:

Server stats:

244
active users

#LitElement

0 posts0 participants0 posts today
Public

Maybe I should give #11ty a shot with the #lit plugin..

github.com/lit/lit/tree/main/p

This would give me static #HTML generation at build-time and then I can import the #LitElement at client-time to do dynamic stuff.

Not a huge fan of classes in #JavaScript, but I can get over that.

GitHublit/packages/labs/eleventy-plugin-lit at main · lit/litLit is a simple library for building fast, lightweight web components. - lit/lit
Public

I recently updated my website to use . I don't need to use a frontend framework for a dinky personal site, but I like reimplementing my personal site with a new frontend framework whenever I'm curious about it.

LitElement feels like being back in the days of Vanilla JS. And that's because well, I am! It's not even a framework really, more like a library. It's essentially just a reactive wrapper and templating utility for the browsers customElement registry!