Hacker News new | ask | show | jobs
by crooked-v 2679 days ago
To me, Web Components are bound by the fundamental anti-pattern of having to globally register unique tag names. Didn't people already learn the problems with doing this from Angular 1?
1 comments

Because the best practice is to prefix them anyway, following up on XML namespaces?
The contrast I mean to emphasize is React, where the tag you use is either an actual var declaration or a string placeholder for a browser (or other environment) built-in.