Hacker News new | ask | show | jobs
by JTBooth 1401 days ago
Svelte is a frontend framework that isn't React, Angular, or Vue. This work is towards an installer that isn't Node. If you do frontend work and don't like React, Angular, Vue, and Node, this is all the things you like.

(It's me, I dislike frontend frameworks and node and like svelte)

1 comments

It's also a frontend framework that builds custom client-side JavaScript, which is where the "compiler" part comes in. This makes it way more efficient on the browser than the generic VDOM-diffing approach found in React, etc. Almost as quick as a static site, while preserving full interactivity.