#web-components

[ follow ]
JavaScript
fromRaymondcamden
1 day ago

Animated video backgrounds via a Web Component and ColorThief

ColorThief library enables color extraction from video frames for dynamic background effects.
fromRubyflow
2 days ago

What took 1.5 months to build in React JS took 1.5 days in Glimmer DSL for Web Ruby

I thought I did what would have taken 1 week in React in 1.5 days in Glimmer, which seemed like a great improvement in productivity at the time.
Web development
fromRaymondcamden
3 months ago

Links For You (1/10/26)

URL parameters can degrade web page performance; GitHub's relative-time-element uses Intl for localized relative dates and should include a title attribute for exact times.
fromLogRocket Blog
3 months ago

Anti-frameworkism: Choosing native web APIs over frameworks - LogRocket Blog

Today's browsers can handle most of the problems that frontend frameworks were originally created to solve. Web Components provide encapsulation, ES modules manage dependencies, modern CSS features like Grid and container queries enable complex layouts, and the Fetch API covers network requests. Despite this, developers still default to React, Angular, Vue, or another JavaScript framework to address problems the browser already handles natively. That default often trades real user costs -page weight, performance, and SEO - for developer convenience.
Web frameworks
Web development
fromCSS-Tricks
4 months ago

HTML Web Components Proposal From 1998 | CSS-Tricks

Web components and style encapsulation originated decades earlier, with proposals dating back to 1998, reflecting long-term development and historical context.
Web development
fromRaymondcamden
5 months ago

Links For You (11/30/25)

Started as Senior Developer Evangelist at Webflow, valuing the platform's developer extensibility and balance between visual design and direct code access.
fromScottjehl
5 months ago

Enhancing Web Components Safely with Self-Destructing CSS | Scott Jehl, Web Designer/Developer

As CSS patterns go these days this one is delightfully low-tech, but in my work I've seen it have an outsized impact in ensuring usable experiences for increasingly-heavy websites when network or device conditions aren't ideal. This notion of delivering "optimistically" while planning for failure is something I've written about before, but the set-it-and-forget-it nature of this latest stab at it makes it my favorite yet.
JavaScript
Web frameworks
fromCSS-Tricks
5 months ago

Quiet UI Came and Went, Quiet as a Mouse | CSS-Tricks

Quiet UI, an open-source JavaScript web components UI library, was released publicly then withdrawn and is now maintained privately by its creator.
fromRaymondcamden
8 months ago

Building a Web Based Comic Book Reader

Earlier this week, I took a look at parsing electronic comic books and sending them to GenAI as a way to get summaries of stories. That was a fun experiment and it actually worked quite well. I thought I'd take a stab at trying a similar approach with Chrome's Built-in AI support as well when I discovered that... wait... I don't actually have a way to view comics on the web. Or so I thought.
JavaScript
fromCSS-Tricks
10 months ago

KelpUI | CSS-Tricks

KelpUI is being designed to leverage modern CSS features and Web Components, while emphasizing utility, customizability, and simplicity in naming and specificity.
UX design
fromHackernoon
3 years ago

Web Components: Build UI Kits for all UI Frameworks | HackerNoon

Imagine you're building a house... You have walls, windows, and doors - each built separately, but designed to fit perfectly together. This is similar to how modern Frontend-Development works.
Web frameworks
UX design
fromGomakethings
1 year ago

A Web Component UI library for people who love HTML

Building a customizable, framework-agnostic Web Component UI library can enhance HTML usage.
[ Load more ]