Hacker Newsnew | past | comments | ask | show | jobs | submit | imjuni's commentslogin

IMO TypeScript, Next.js is massive benefits. Vue, Svelte directive syntax doesn't type-check compile-time. For example,

<ul> <li v-for="todo in todos" :key="todo.id"> {{ todo.text }} </li> </ul>

Many developer miss type a `todo.text` as `todo.test`. React detect error in compile-time. That is enough to reason of selection. And React slower than Vue, Svelte, but Next.js is faster than other framework many situation.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: