#svelte

Subscribe
Svelte is a JavaScript framework that allows developers to create fast, reactive web applications. It uses a unique approach of writing code that compiles down to optimized, small bundles of code that are sent to the browser. It does not require any external libraries or frameworks, making it incredibly lightweight and efficient. Svelte also provides powerful features such as reactivity, two-way data binding, and virtual DOM diffing.
JSNation 2022JSNation 2022
28 min
Full Stack Documentation
Interactive web-based tutorials have become a staple of front end frameworks, and it's easy to see why — developers love being able to try out new tools without the hassle of installing packages or cloning repos.But in the age of full stack meta-frameworks like Next, Remix and SvelteKit, these tutorials only go so far. In this talk, we'll look at how we on the Svelte team are using cutting edge web technology to rethink how we teach each other the tools of our trade.