-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1d075d5
Showing
48 changed files
with
7,889 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|![icon](_media\svelte-logo-horizontal.svg)| | ||
|--| | ||
![logo](_media/sk.png) | ||
|
||
# Русская документация Svelte | ||
|
||
(доступна также [русская документация SvelteKit](https://romkar.github.io/sveltekit-docs-rus/)) | ||
|
||
Svelte — это принципиально новый подход к созданию пользовательских интерфейсов. Когда традиционные фреймворки, такие как React и Vue, выполняют основную часть своей работы в браузере, Svelte переносит эту работу на этап компиляции, который происходит при сборке приложения. | ||
|
||
Вместо использования таких тяжелых приёмов, как сравнение состояний виртуального DOM, Svelte пишет код, который точечно обновляет DOM при изменении состояния вашего приложения. | ||
|
||
Мы гордимся тем, что Svelte был признан самым [любимым web-фреймворком](https://insights.stackoverflow.com/survey/2021#section-most-loved-dreaded-and-wanted-web-frameworks) и [наиболее удовлетворившим](https://2020.stateofjs.com/en-US/technologies/front-end-frameworks/) в паре широких опросов разработчиков. Думаем, вы тоже полюбите его. [Прочтите вводную статью в блоге](/blog/2019-04-22-svelte-3-rethinking-reactivity), чтобы узнать больше. | ||
|
||
|
||
--- | ||
|
||
> Оригинал перевода тут [https://github.com/AlexxNB/svelte3-translation-ru](https://github.com/AlexxNB/svelte3-translation-ru) | ||
и тут [https://github.com/sveltejs-translations](https://github.com/sveltejs-translations) | ||
|
||
--- | ||
**TODO:** | ||
- [ ] Обновить перевод документации до текущей версии (актуализировать) | ||
- [ ] Исправить внутренние ссылки | ||
|
||
--- | ||
|![icon_docsify](_media/icon_docsify.svg)| | ||
|--| | ||
|[Работает на docsify](https://docsify.js.org)| |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.