RocJS - Svelte

“Type Less, Code More w/ Svelte“ present by Tom Frink. SvelteJS is a new-ish tool for building Web Applications using JavaScript. Svelte uses components, similar to React & Vue. Svelte does not use a virtual-DOM or shadow-DOM, unlike React & Vue. The goal of this talk is to understand the reason for Svelte and get hands-on experience using Svelte. Agenda - Why is Svelte - What is Svelte - How to code with Svelte - Demos - If there’s time, Sapper, the ‘next small thing in web development’
Back to Top