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.
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
We're a place where coders share, stay up-to-date and grow their careers.
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.
Smaller bundle size is always a good thing
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