Learn more about Svelte

Svelte is a compiler that makes building component-based UIs easy and intuitive. It can be put in the same class as React, Vue and others.

Svelte compiles your code down to a pretty small size because it doesn't use a Virtual DOM implementation, Svelte detects changes and manipulates the DOM directly in a efficient way.

Svelte Articles

View all topics

Svelte Questions