6 ms·
The fact render functions are made on build time does not mean Svelte has no runtime. Svelte has nice things going for it but you guys are just writing bullshit
by uhryks 7y ago
The fact render functions are made on build time does not mean Svelte has no runtime. Svelte has nice things going for it but you guys are just writing bullshit in order to criticize Vue.
- sansnomme 7y agoNot close to fully runtime-less sure, but about as close as you can get. It's the same way C isn't runtime-less compared to assembly because it has crt.0 but compared to Java it effectively is.
- ng12 7y ago> Not close to fully runtime-less sure, but about as close as you can get. Have you looked at transpiled Svelte code? It's 5-10x bigger than the source code because an entire runtime library is injected and your code is rewritten to use that library at compile time.