Svelte compiler adds significant build complexity
6Svelte moves complexity from runtime to buildtime, requiring a heavy compiler toolchain. Unlike Vue which can be dropped into webpages directly, Svelte requires a build step heavier than React's JSX, and the browser-bundled compiler weighs 870k, making it unviable for normal application code.
buildSveltebuild tools