DEV Community

Discussion on: Why I don't use web components

Collapse
 
dwaypro profile image
Daniel Way • Edited

Great article, as someone that has deployed webcomponents in a production environment Im here to say that I've run into a lot of these frustrations. Yet I'm super greatfull for the technology. Simply, the ability to have a nested shadowdom I owe my career to. I can take the same web component application and deploy it as a module within many web applications.
Without having to spend weeks in development. I simply drop a tag... <hello-world></hello-world> and allow users to analyze financial statements... Webcomponents combined with other open source technologies like webpack which enable us to build/export a single includable file that comes with a framework like Vue... Can be the approach we've been searching for and allow re-usable code to prosper.