remove v6

This commit is contained in:
Daniel
2022-11-18 09:07:23 +01:00
parent 5e972aae73
commit d11daaef71
8 changed files with 0 additions and 83 deletions

View File

@@ -1,11 +0,0 @@
---
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.