DEV Community

Aditya Padwal
Aditya Padwal

Posted on

Svelte - Cybernetically enhanced web apps

I have created a LinkedIn group for Svelte enthusiast. If interested please join to get all latest updated on this fast-growing javascript framework.

https://www.linkedin.com/groups/10473500/

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and 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.

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

Latest comments (0)