Articles for the Web Components tag
-
nanotags: Reactive Web Components That Skip the Shadow DOM Drama
Web Components are a great platform feature wrapped in a lot of boilerplate. nanotags keeps the platform and throws away the boilerplate, in under 2.5 KB.
-
relative-time-element: The HTML Tag That Says 5 Minutes Ago
Every timestamp on GitHub.com that whispers 'opened 3 days ago' is powered by one small custom element. Here is how to use it in your own apps.
-
Elena: Progressive Web Components That Lead With HTML
Most web component libraries demand JavaScript before they show you anything. Elena flips that order, treating JS as an enhancement rather than a prerequisite.
-
RevoGrid: A Million Rows Without Breaking a Sweat
Big tables usually mean a sluggish browser and a crashed tab. RevoGrid takes a different route: render only what you can see, recycle the rest, and stay buttery smooth even with a million rows.
-
Illuminating the Shadows: Mastering React-Shadow for Style Encapsulation
Discover how react-shadow empowers React developers to harness the power of Shadow DOM, providing robust style encapsulation and component isolation. This comprehensive guide explores the library’s features, installation process, and advanced usage patterns.