- From: /#!/JoePea <trusktr@gmail.com>
- Date: Mon, 11 Apr 2016 09:02:04 -0700
- To: public-webapps@w3.org
Received on Monday, 11 April 2016 16:02:32 UTC
Hello, Is it possible to take an approach more similar to React where Custom Elements aren't registered in a global pool? What if two libraries we'd like to use define elements of the same name, and we wish to import these via `import` and not modify the source code of our dependencies? I don't really see the solution yet (if any), since the browser needs to know about the elements in order to make them work. Any thoughts? Is a more encapsulated approach possible? Regards, - Joe -- /#!/JoePea
Received on Monday, 11 April 2016 16:02:32 UTC