Re: [w3c/webcomponents] Why do we really need hyphens? (#658)

I think there is a lot of use cases for Custom Elements, but defining all range of components in one namespace - is not good idea for large enterprize apps. I belive - the DOM is the better framework for web development, but it provides not all what we need - we need just native way for combining it all together and hide implementation in modules. Custom Elements should be local inside HTML module as local variables, functions and classes in JS modules to avoid name conflicts.   
I have my short solution of this problem - <a href="https://github.com/vitalydmitriev1970/W3View">it is that i expected</a> from Web Components ... 
It may looks naive but is working.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/658#issuecomment-342959158

Received on Wednesday, 8 November 2017 21:05:43 UTC