Files
TechradarDev/radar/2022-10-12/svelte.md
2023-02-23 09:31:13 +01:00

468 B

title, ring, quadrant, tags
title ring quadrant tags
Svelte assess languages-and-frameworks
coding
frontend

Svelte is neither a language nor a framework, but actually a compiler. It compiles HTML templates to specialized code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance.

It is surprisingly easy to work with, and we currently assess it in an internal project.