Svelte – A UI framework that compiles into tiny standalone JavaScript modules
1–10 of 236 posts
Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#2Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#3> The Svelte implementation of TodoMVC weighs 3.6kb zipped. For comparison, React plus ReactDOM without any app code weighs about 45kb zipped. It takes about 10x as long for the browser just to evaluate React as it does for Svelte to be up and running with an interactive TodoMVC.
Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#4Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#5Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#6Are there any apps currently made with this?
Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#7Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#8[1] http://www.aiga.org/typography-and-the-aging-eye
[2] http://blog.typekit.com/2013/05/01/hi-dpi-typography/
Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#9A side note about that website. Thin and Extra-Thin fonts have no place in web design (there are some exceptions in huge title text). They are an unnecessary burden for people with limited eyesight and elderly people[1]. Even for me, on my 1366x768 screen (which is still the single most common resolution for cheap notebooks, dear HiDPI web designers[2]), the bullet text is hardly readable, the copyright line is compl…
or submit a pull request
Re: Svelte – A UI framework that compiles into tiny standalone JavaScript modules
#10I like how they solved scoped css. Looks way more elegant than most css-in-js solutions I've seen. I could give it a shot for this reason alone.