DEV Community

Discussion on: Svelte: first impressions

Collapse
 
eostrom profile image
Erik Ostrom

Thanks! I think the Size metric from FreeCodeCamp's RealWorld framework comparison is indicative. It's very impressive. As they say, the framework compiles itself away. However, an even realer real-world app might use more external libraries in addition to the framework, which would make the framework savings somewhat less significant.

FWIW, Vue 3.0 is supposed to be about half the size of Vue 2 – and it was already one of the smaller ones, although not like Svelte.

I haven't looked into Sapper yet. Where does it fall short for you?