|
|
|
|
|
by hajile
2581 days ago
|
|
React can be used with web components if you want. https://reactjs.org/docs/web-components.html The big issue is browser support. According to caniuse, IE and Edge simply have zero support while Opera and Safari have only partial compliance. The current Firefox ESR doesn't support it either (behind a flag). The polyfill incurs a big performance hit and a lot of devs need to support those browsers for several more years. |
|
Firefox, Safari and Chrome based browsers are perfectly fine.
Opera is based on Bink nowadays.
ESR is not something that I regularly see in the wild.
In any case, I was speaking that only see this anti-WebComponents attitude in the React community.