Vue3 has a dangerous relationship with #typescript
If you can, please choose a TSX based framework #preact #react #solidJS
@lil5 Interesting... finding this out firsthand by learning TS/Vue at the same time :/
@lil5 could you elaborate? I don’t know the Vue ecosystem and don’t understand this root
@caillou
1. vue doesn’t check types, you need to install a separate package for that “vue-tsc—noEmit”
2. ui toolkits often don’t do this as it’s not the default
3. Typechecks of 3rd party vue imports don’t work well enough
4. props can be accessed without the “props.” in the template but the types will only sometimes work.
5. Lots of libs still use typedefs instead of typescript