Hacker News new | ask | show | jobs
by Semaphor 655 days ago
I find the composition API to be clearer and simpler in almost every way. Script setup is amazing.

Also proper typescript support without annoying workarounds, that alone would make it worth it.

1 comments

Typescript works fine with the option api.
`PropType` would beg to differ.

the `defineProps` macro is much, much better than the old way of declaring prop types, for one.