#web-components

[ follow ]
fromLogRocket Blog
3 days 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
1 month 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
1 month 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
1 month 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 development
fromRaymondcamden
1 month ago

Links For You (11/16/25)

Practical web component enables conditional form fields; Web MIDI and JavaScript history videos, plus a personal job-update and an upbeat music video.
Web frameworks
fromCSS-Tricks
1 month 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
4 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
6 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
Web frameworks
fromHackernoon
2 years ago

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

Web Components offer a solution for building reusable, dependency-free UI components compatible with any framework.
[ Load more ]