add v6 folder again
This commit is contained in:
11
radar/2022-10-12/svelte.md
Normal file
11
radar/2022-10-12/svelte.md
Normal 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.
|
||||
Reference in New Issue
Block a user