Svelte turns your templates into tiny, framework-less vanilla JavaScript
+Write boilerplate-free components using languages you already know — HTML, CSS and JavaScript
+ + learn moreBuild apps out of composable, easy-to-write blocks using languages you already know
+Svelte compiles your code to tiny, framework-less vanilla JS — your app starts fast and stays fast
+ + learn moreCompile-time static analysis ensures the browser does no more work than it needs to
-No more complex state management libraries — Svelte brings reactivity to JavaScript itself
-Copyplat – We captured the WHAT? above. Why another framework. Some facts, the reasons behind. Why is svelte better. OK, we link to @Richs post on this for more Details, but here we extract it in three sentences and some illustrations or charts.
-– fig 1 –
informative grafics here
– fig 2 –
informative grafics here
- Copyplat – How did svelte accomplish this? Why better than others? - Blindtext. Fera voluptatis debitis aut laut harum sitiandus. Ant labo. Nequod modisquia illabo. Nametur sequis ut - entiberibeat facerfe rovitatemqui beatis minvenis consequi quid quo et. -
-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.
-- Copyplat – Blindtext. Fera voluptatis debitis aut laut harum sitiandus. Ant labo. Nequod modisquia illabo. Nametur sequis ut entiberibeat facerfe rovitatemqui beatis minvenis consequi quid quo et. -
-– fig 3 –
informative grafics here
Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
+TODO a video intro
+TODO finish building this page. Ideas: Who's using Svelte? Example code (interactive, ideally). What else?