DEV Community

Discussion on: Svelte: a different approach to build UI

Collapse
 
itsjzt profile image
Saurabh Sharma

One of the best things about svelte is it is build time dependency not run time dependency. So if 10 different teams are woking on same site, they can bring their own version of svelte and it wouldn't effect load times comparative to traditional frameworks like react.

Collapse
 
marcomonsanto profile image
Marco Monsanto

Never had that case in mind but indeed that is something awesome for micro frontends

Collapse
 
itsjzt profile image
Saurabh Sharma

This is incredibly helpful for us. We make shopify apps which add widget on merchant's site. Because of svelte we have very small bundles. So you can have lots and lots of our widget and it will not effect your site's loading time.