Svelte

Svelte

Svelte is a free and open-source compiler created by Rich Harris and maintained by the Svelte core team members. Svelte is not a monolithic JavaScript library imported by applications: instead, Svelte compiles templates to specialized code that manipulates the directly, which may reduce the size of transferred files and give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render elements when the data they depend on is modified. This also avoids the overhead associated with intermediate runtime representations, such as virtual , unlike traditional frameworks (such as and Vue), which carry out the bulk of their work at runtime, i.e., in the . The compiler itself is written in . Its source code is licensed under MIT License and hosted on . Svelte

Backlinks3