Dec 19, 2024
No, they won't; at least not for any more or less complex SPAs. Components are maybe 5% of a web application. The rest is the interaction between components, their composition and data flow.
For simple cases or CGI-like applications, yes, why not, but web components are less easy to design and use than "regular" framework-based components.