|
|
|
|
|
by jongjong
1253 days ago
|
|
I used Web Components (HTMLElement) recently and did not encounter any of these issues. I found it more snappy and reliable than frameworks like React or VueJS in terms of adding and removing components dynamically.
I did find that it provides a lot more flexibility than front end frameworks (more ways to make mistakes?) and the code was more verbose.
If I had to start a project from scratch today, I would consider going straight for Web Components. |
|
You have to invent all your own wiring and passing of events, state-management et cetera if you go that route.