docs: set v6 release date (#168)

This commit is contained in:
Stefan Rotsch
2023-02-23 10:47:58 +01:00
committed by GitHub
parent 94f368249e
commit 3288d65beb
28 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
title: "Svelte"
ring: assess
quadrant: "languages-and-frameworks"
tags: [coding, frontend]
---
[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.