add v6 folder again

This commit is contained in:
Daniel
2022-11-18 09:07:59 +01:00
committed by Bastian
parent 47c3b0a739
commit e32ecb3d30
8 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
title: "Svelte"
ring: assess
quadrant: "languages-and-frameworks"
featured: true
---
[Svelte](https://svelte.dev/) 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.