1 min readApr 8, 2020
Great article! And very cool topic too! The shadow DOM was always kind of a mystery to me and never read such a clear explanation of it before.
Question: Is this how frameworks like React allow us to build with components? Does the compiled JS create different shadow DOMs for each React component?