|
|
|
|
|
by Rapzid
2191 days ago
|
|
If your entire site's React/Vue implementation is solely serving up DOM elements to other libraries perhaps. Frequently it's the case though where like 99.99%(hyperbole) of the site is handled by React/Vue and you just need a few specific components to be controlled by an external lib. Heck, anything wrapping a canvas based lib is pretty much doing this.. Tons of component libs do this. It's very "web component" like to let something control a slice of the DOM anyway. |
|