|
|
|
|
|
by string
1930 days ago
|
|
If you prefer JS, that's perfectly valid. But it's worth noting you can adopt TS incrementally, you absolutely do not need to define a type for every little variable. You could pretty much write an entire project in the same way and just use types for the most complex part. As someone that's been using Vue since pre v1, I think Vue 3 with TS is a massive upgrade. |
|