top | item 41921435

(no title)

alexrage | 1 year ago

I don't understand these points when lower in the discussion another user mentions: > Svelte-specific syntax

React is the closest to standard JS in my experience.

discuss

order

arcanemachiner|1 year ago

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.