DEV Community

Discussion on: Svelte: a different approach to build UI

Collapse
 
yurikaradzhov profile image
Yuri Karadzhov

Depending on the project reloading might be faster. It is not bound to Svelte so you will be able to use it with other projects or plain js as well. It does not bundle your code, but rather serve it as ESM. Production mode will take care of images minification and other optimisations and you won't need to configure anything. You can use it as a smart static server that just understand your needs.

Thread Thread
 
marcomonsanto profile image
Marco Monsanto

Alright alright, it seems like a good tool for no configuration projects. I will keep it on the list to check later. If you are interested in Svelte, in a few days will release a new post.

Thread Thread
 
yurikaradzhov profile image
Yuri Karadzhov

Sure it is my favourite framework, I love it and advocate for it here and there.