Hacker News new | ask | show | jobs
by nailer 2453 days ago
Svelte is:

- smaller (it compiles your app, and doesn't include itself in the results)

- faster (no virtual DOM, the data to elements are mapped at compile time)

- simpler - `age = 30` no boring state management.

You're right about the web page - I wanted them to drop 'Cybernetically enhanced web apps' for 'smaller faster simpler' - there was a GitHub issue for it: https://github.com/sveltejs/svelte/issues/3269