The HTML Web Components are reusable, custom HTML elements which you can define and create yourselves, and can be used anywhere within your HTML co...
For further actions, you may consider blocking this person and/or reporting abuse
BTW
is pointless, by default every class calls its super class methods when not defined
Thank you for your introduction.
Do we need to expect any problems using Webcomponents with a virtual DOM?
Only with React 18, you need to create wrappers for Native DOM Events.
React is to blame, it doesn't support the standards.
See: custom-elements-everywhere.com/
All other Frameworks work fine.
First signals for React-19 is they finally solved that.