Slowly putting together a resource of Web Component projects on GitHub via the Star Lists feature
https://github.com/stars/daviddarnes/lists/web-components
daviddarnes's list / 🧱 Web Components

Anything to do with Web Components

GitHub
@DavidDarnes still no api for this 😞
@robb will probably concede to some web scraper if this goes on any longer. Also, wouldn't it be nice to follow these lists 🧐
@DavidDarnes Wouldn't be too hard to do that with Cheerio or something.
@robb yea, or linkedom which I've been told is more performant
https://github.com/WebReflection/linkedom
GitHub - WebReflection/linkedom: A triple-linked lists based DOM implementation.

A triple-linked lists based DOM implementation. Contribute to WebReflection/linkedom development by creating an account on GitHub.

GitHub
@DavidDarnes Oh good to know, I hadn't heard of that one.
@DavidDarnes still no api 🫠
@robb almost weekly googling “GitHub star lists API” with hope
@DavidDarnes I’ve got a little project that uses web components over at https://github.com/taybenlor/runno
GitHub - taybenlor/runno: Browser-based runtime for programming languages and WASI binaries.

Browser-based runtime for programming languages and WASI binaries. - GitHub - taybenlor/runno: Browser-based runtime for programming languages and WASI binaries.

GitHub
@taybenlor oh nice, added! Seems similar to what @chriscoyier was asking for (Re: Web Component powered code highlighter) on @shoptalkshow 🤔
@DavidDarnes @chriscoyier @shoptalkshow it does do that as well! It ships a “runno-code” element. Honestly needs some work around customisation.