Новая авторская статья на Хабре. На этот раз игра крестики-нолики в сравнении с реализацией на React:
https://habr.com/ru/post/456474/
#tutorials #examples #articles #tic_tac_toe #react
https://habr.com/ru/post/456474/
#tutorials #examples #articles #tic_tac_toe #react
Хабр
Tic Tac Toe, часть 0: Сравнение Svelte и React
Tic Tac Toe, часть 0: Сравнение Svelte и React Tic Tac Toe, часть 1: Svelte и Canvas 2D Tic Tac Toe, часть 2: Undo/Redo с хранением состояний Tic Tac Toe, часть 3: Undo/Redo с хранением команд Tic...
Реинкарнация статьи про создание Tic Toc Toe игры на Svelte с расширенными возможностями: https://habr.com/ru/post/458752/
#articles #community #tutorials
#articles #community #tutorials
Хабр
Tic Tac Toe, часть 1: Svelte и Canvas 2D
Tic Tac Toe, часть 0: Сравнение Svelte и React Tic Tac Toe, часть 1: Svelte и Canvas 2D Tic Tac Toe, часть 2: Undo/Redo с хранением состояний Tic Tac Toe, часть 3: Undo/Redo с хранением команд Tic...
Одно и тоже приложение, с идентичной логикой, на 4-х фреймворка: Svelte, Vue, React и Angular. https://timdeschryver.dev/posts/my-love-letter-to-xstate-and-statecharts
#articles #tutorials
#articles #tutorials
timdeschryver.dev
My love letter to XState and statecharts ♥
I discovered XState a year ago, I already had encountered state machines and statecharts before but I missed the point. Now a year further, I'm here to tell you that these are worth looking into and that XState is a the library to get you started. For me…
Курируемый список материалов по Svelte: доклады, подкасты, статьи и т.п.
https://github.com/work-leonid/about-svelte
#videos #materials #podcasts #articles
https://github.com/work-leonid/about-svelte
#videos #materials #podcasts #articles
GitHub
GitHub - work-leonid/about-svelte
Contribute to work-leonid/about-svelte development by creating an account on GitHub.
https://objectcomputing.com/resources/publications/sett/july-2019-web-dev-simplified-with-svelte
#articles #overview
#articles #overview
Objectcomputing
Web Development Simplified with Svelte
This article provides a thorough introduction to Svelte and walks you through the fundamentals necessary to start building web applications with it.
#internal #compiler #articles
Справочник по компилятору Svelte
https://lihautan.com/the-svelte-compiler-handbook/
Справочник по компилятору Svelte
https://lihautan.com/the-svelte-compiler-handbook/
Lihautan
The Svelte Compiler Handbook
The Svelte compilation process can be broken down into 4-steps, 1) parsing source code into AST, 2) tracking references and dependencies, 3) creating code blocks and fragments, and 4) generate code.