Svelte
Svelte is a component framework that uses a technique called virtual DOM and it allows to write a state-driven code which gets converted into ideal JavaScript code by the browser.
Posts
Svelte Introduction
In this article, let’s see Svelte Introduction What is Svelte? Svelte is a component framework that uses a technique called virtual DOM and it allows to write a state-driven code which gets converted into ideal JavaScript code by the browser. In Svelte the code gets converted into JavaScript code at the build-time, unlike other frameworks…