Svelte: framework-less Javascript that’s small and close-to-the-metal fast

Frameworks without the framework: why didn’t we think of this sooner? Svelte is a Javascript framework (of sorts) that compiles vanilla JS into standalone modules. The principle idea being that you shouldn’t need to ship the framework over the wire (wasteful) and that static analysis can make the code itself much faster for the browser to execute.

---