sanjar-notes / web-components

My understanding of the W3C WebComponents spec and using it
0 stars 0 forks source link

WebComponents vs frontend frameworks #3

Open sanjarcode opened 2 years ago

sanjarcode commented 2 years ago

React

Here's my opinion: React.js has both declarativeness (of diffing) and reusable components, while WebComponents has reusable components in addition to native browser support. One may choose any, or use both (for making the code more framework agnostic).

Check framework compatibility

https://custom-elements-everywhere.com/