Oh snap, here comes *another* JavaScript framework | SVELTE
(Source/Credits: https://dev.to/realtoughcandy/oh-snap-here-comes-another-javascript-framework-svelte-308j)
There’s a new frontend framework soaking up the spotlight called Svelte. Is it a fad or is it the future of web development?
title: Oh snap, here comes another JavaScript framework | SVELTE published: true description: There’s a new frontend framework soaking up the spotlight called Svelte. Is it a fad or is it the future of web development? tags: javascript, webdev, svelte, framework
We all knew this day was coming in the frontend framework wars.
Svelte is a radical new approach to building user interfaces. Whereas frameworks like React & Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Rather than applying techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
This video originally appeared on www.youtube.com/realtoughcandy. Come follow me there!
Comments section