Hacker News new | ask | show | jobs
by vladimir-y 2615 days ago
- Is speed comparison going to include Angular with Ivy renderer enabled (and probably OnPush change detection strategy enabled)? It's also AOT rendering stuff that doesn't use virtual DOM.

- There is a lot of static code analyzing tools, like linters, that work with separate JS/CSS/HTML files. Does Svelte have to adapt all those tools in order to make them properly work with a single file component (.svelte file)?

- I believe enabling first-class TypeScipt support would bring more sanity to Svelte-based development.