|
|
|
|
|
by Rapzid
2198 days ago
|
|
Direct DOM manipulations are not necessarily incompatible with Vue or React. I'm not sure in this specific case, but I'm saying this in general because there seems to be a common misconception. People jump through the craziest, smallest, highest, flaming-ist hoops to get everything to render through Vue/React. Using virtual scrollers that aren't fit for purpose. Trying to get d3/plotly running on the VDOM. Etc etc. You can always just pop a DOM ref out and let something else take control of it; easy peasy. |
|