Cracking the Code of Shadow DOM: How We Built Unbreakable Widgets for the Web
Understanding ShadowDOM: A Key to Unaltered Web Components
In the world of web development, developers are often tasked with creating components that need to be reusable and independent of the environment they are placed in. This is where Shadow DOM ...
journal.hexmos.com5 min read
Fyodor
Why'd you (software engineers) have to go and make things (software development) so complicated...
I love reading about widgets building experiences, that’s so rare, thank you 👍🏼 Could you please share some technical details on how “efficient” the resulting code is, if I may ask? Did you use frameworks as helpers or went bare JS for that? Is the resulting bundle size tolerable in terms of loading time? (And what is the shadow DOM’s impact on that?) Did you face CORS issues in different website environments or used some generic workarounds?