Articles by tag: web-components
Symbiote.js: composition of web components without virtual DOM | Guide
How Symbiote.js simplifies interface creation through HTML composition? We break down the tabs example and the advantages of the low-code approach for teams. Learn more.
Web Components Issues: Memory and Speed
Breakdown of Web Components downsides: high memory consumption, slow DOM operations, reactivity issues. Comparison with $mol on TodoMVC benchmarks. Learn why JS objects are better for large applications.
Web Components: myths and truth about Custom Elements
Analysis of web components criticism: properties, Shadow DOM, hooks. Solutions for middle/senior dev. Learn the strengths of native standards without frameworks.
UUI: design system for Web Components
Create a universal UUI design system on Web Components. Integration into React, Vue, Angular. Minimal tokens, atomic design. Installation and setup instructions for middle/senior.
Web components issues: performance and API
Analysis of web components drawbacks: boilerplate, slow performance, global registration. Benchmarks and code for middle/senior developers. Why avoid them.