Links
All links in: components (all links)
-
Custom elements in React
It took a while, but it's happening!
React 19 […] will have direct support for custom elements. Developers can expect that all tests on custom-elements-everywhere.com will pass by default going forward, like they currently do in the experimental channels. Release date, as well as docs for what's supported, still to be announced.
(From: RFC: Plan for custom element attributes/properties in React 19 · Issue #11347 · facebook/react)
-
Encapsulating components
Nolan Lawson on the problem of component encapsulation:
Overall, what I would love to see is a thorough synopsis of the various groups involved in the web component ecosystem, how the existing solutions have worked in practice, what’s been tried and what hasn’t, and what needs to change to move forward.