docs: fix spellcheck errors

This commit is contained in:
Stefan Rotsch
2023-02-22 16:28:50 +01:00
committed by Bastian
parent dbfba107c7
commit 77d0806181
25 changed files with 141 additions and 118 deletions

View File

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