Hacker News new | ask | show | jobs
by ss3000 2267 days ago
Ah I see, that makes sense. Shadow DOM definitely offers much stronger style encapsulation than a React component where you can only "enforce" that components shouldn't reach into it to style internals by convention.