The JavaScript compiler Svelte

COMPILED INSTEAD OF PACKED

Svelte is a framework for creating JavaScript components for the frontend. Unlike the established frameworks, Svelte compiles the written code to simple JavaScript. This article, published in the iX Special 2020, shows what Svelte can do and why it is worth getting to know the framework.

  • Svelte is a young JavaScript framework that translates components created in JavaScript, HTML and CSS into code that the browser can execute directly.
  • The result is lean, fast web applications that work without Virtual DOM.
  • The Svelte syntax is easy to learn and the framework takes a lot of work off developers so that they only have to write little code.

Download now for free (the article is in German)