DEV Community

Discussion on: Svelte: a different approach to build UI

Collapse
 
robbiegm profile image
RobbieGM

It definitely can help for small projects, but for larger ones with many components the compiled code will start to outweigh what your dependencies would have been.

Collapse
 
itsjzt profile image
Saurabh Sharma

Smaller bundle size is always a good thing

Collapse
 
marcomonsanto profile image
Marco Monsanto

Yes at some point that might happen but when we get to a large project, things like SSR and Code Splitting should already be in place for better performance(check sapper, Svelte NextJS like project) so I think we never pass that point of being heavier than let's say a run time Lib