DEV Community

Discussion on: Why I don't use web components

 
hyperpress profile image
John Teague • Edited

But even though Rich built in a way to compile for web components in Svelte, which at least admits the need to address them, he tells you it's not recommended.

Thread Thread
 
paulmaly profile image
PaulMaly

It's just a nice to have thing. Svelte is a compiler, so it can just change a target of compilation to WC. But not really many people in the community really use this opportunity.