I was referring to how React and Vue have a whole internal virtual implementation of the DOM which prevents many vanilla JS libraries from working with them.
Svelte is built to not require this abstraction (VDOM), which increases the likelihood that it will work with other JS libraries out of the box.
arcanemachiner|1 year ago
Svelte is built to not require this abstraction (VDOM), which increases the likelihood that it will work with other JS libraries out of the box.