Hacker News new | ask | show | jobs
by victoriasun 2173 days ago
I've never used Svelte so would love to know what attracts you to it :)
2 comments

It just rides the line between simple and powerful incredibly well. It's amazing how much you can do with it out of the box before needing to reach for additional tools. The main pull for me is dev experience, but on top of that, the final product knocks everything else out of the water because it compiles down to vanilla JS.
Svelte's built-in reactive store is my favorite feature. The output bundle size too.