Hacker News new | ask | show | jobs
by nvegater 1175 days ago
Last year I wrote a comparison between Sveltekit and React with focus on Typescript and Graphql. What I didn't like particularly was that for-loops had no type inference [1]. Until this changes there is no reason for me to use Sveltekit in big projects. Typesafety is very important and nothing beats react on that.

[1]: https://www.nvegater.info/blog/SvelteKit#bad