Hacker News new | ask | show | jobs
Svelte: The magical disappearing UI framework (svelte.technology)
9 points by trojanowski 3490 days ago
2 comments

"rather than interpreting your application code at run time, your app is converted into ideal JavaScript at build time. That means you don't pay the performance cost of the framework's abstractions, or incur a penalty when your app first loads."

If true, this would be killer, esp on mobile

well, if JS frameworks lived and died by HN interest, Svelte would be in pretty poor shape. This certainly seems like a good concept to me.