Measures Concepts
GitHub icon

Svelte

Svelte - Programming language

< >

Svelte is a programming language created in 2019 by Rich Harris.

Source code:
git clone https://github.com/sveltejs/svelte
#562on PLDB 5Years Old

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.


Example from the web:
<script> let name = 'world'; </script> <h1>Hello {name}!</h1>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout