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.
Replies
Best
Pretty excited to take Svelte 3 for a spin. We're using V2 for our widgets that are focused on interactive content, so we needed a framework that is fast and efficient, with no runtime.
Replies
Pretty excited to take Svelte 3 for a spin. We're using V2 for our widgets that are focused on interactive content, so we needed a framework that is fast and efficient, with no runtime.