40
loading...
This website collects cookies to deliver better user experience
While in the case of Svelte.js you don't ship framework code to your client, instead you ship a code generated by the Svelte compiler based upon the instruction you wrote.
Svelte.js (or just "Svelte") is a JavaScript compiler that allows you to write easy-to-understand JavaScript code which is then compiled to highly efficient code that runs in the browser. You can use Svelte for building lean and thin but highly reactive frontend applications.