
Svelte
Cybernetically enhanced web apps
5.0•56 reviews•196 followers
Cybernetically enhanced web apps
5.0•56 reviews•196 followers
A compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.
I am currently building reactive components and Svelte seems the best choice since it is the best simplest tool for the job. I have yet to find a good reason not to select it as a standard tool in our team.
Pros:- Simplicity - Elegance - Developper experience
Cons:- Editor-IDE integration - Testing / testatbility
I'm working on a desktop web application that I first made in Vue.js, then moved to Mint to reduce complexity of the code, and finally the last two months I've moved it to Svelte 3. The Svelte 3 version is much easier to maintain and expand upon!
Pros:- Very small compiled code size - Great help on their Discord channel
Cons:- Limited third party modules to use
Luma AI