Skip to content

Svelte & Co

Svelte is a web frontend framework like VueJS, React or Angular.

Whereas other frameworks like React, Vue and Angular generally add code to your web app to make it work in the user's browser, Svelte compiles the code that you write when you build your app. In doing so, it creates very small files and fast websites. SolidJS is another framework using the same concept but more with React Syntax in source files and at the moment to new with a lack of support.

Architecture

The Frontend is based on:


Last update: November 29, 2021