Hi,
I'll start to an internship, and the company said me to learn some basics about vue.js and typescript beforehand but I couldn't understand one thing about this. Doesn't vue.js use javascript? What's purpose of mentioning to typescript in here?
I googled about it and as I understand typescript is generally used for data manipulation in background but not for the whole Vue.js. I previously use Angular-CLI before so I have some experience with typescript but I couldn't wrap my head around about this. Can you help me out please?
(they also use pinia and quasar dev)
Top comments (1)
Typescript is javascript with types. Apart from syntax, there will be no difference.