Want to create an interactive transcript for this episode?
Podcast: JavaScript Jabber
Episode: JSJ 455: Introducing and Understanding Svelte and Sapper with Mark Volkmann
Description: This week the panel is joined by Mark Volkmann to discuss Svelte and how it compares and differs from front-end frameworks such as React and Angular. Mark has written a book and has given talks about Svelte and also about Sapper, an application framework built on top of Svelte. He explains to the panel how Svelte components are defined differently than other JavaScript frameworks, and how they are actually compiled into the production code, which isnβt dependent on any external libraries. He also explains why and how Svelte forgoes the use of a virtual DOM, using direct DOM manipulations in...