Hacker News new | ask | show | jobs
by Ahch1eep 2129 days ago
I've been rewriting my personal/private tools from React to standard webcomponents, lately, and one of the things I love the most is the shadow dom [1], which allows to sandbox styles within a component. It's best of both world, basically.

[1] https://developer.mozilla.org/en-US/docs/Web/Web_Components/...