この記事は ユニークビジョン株式会社 Advent Calendar 2019 の 16 日目の記事です。 Svelte? Svelte 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 update