Hacker News new | ask | show | jobs
by marcus_holmes 2288 days ago
I use Vue without a compile step (I abuse Go's templating engine to achieve this). Mostly to avoid the security nightmare of Webpack's 434583593e4735683 dependencies (and most of the other options are not much better) so Typescript is not an option. I love that I can do this with Vue (I can't with React).
1 comments

so what you're saying is you avoid vue's poor typescript support by not using typescript
more like I'm prevented from enjoying Typescript's advantages by the fact that using it would require me to sign up for a vast dependency network