1 min readAug 11, 2019
All frameworks are written in components these days. But a React component doesn’t play nicely with Vue or vice versa.
That’s where web components come in. All the frameworks can consume Web components. So if you want a component to use in any framework or in plain HTML you can use a Web Component.