Vue and Typescript | When to use it

preview_player
Показать описание


Lesson Markers:
0:00 Overview
0:24 Defining TypeScript
1:56 The Cost of Using TypeScript
3:14 TypeScript is not as scary as you think...
4:44 Is Typescript worth it?
6:47 What about TypeScript support in Vue?
7:39 TypeScript can be added incrementally
8:19 Review
Рекомендации по теме
Комментарии
Автор

Typescript is a blessing anywhere you can use it. It turns chaos of js into something decent

ivanschekoldin
Автор

I've always hated JavaScript until I ran into Typescript. I really don't like writing code without it.

patrickkhwela
Автор

Angular did it way back but people for some reason hated it just cause they are lazy and don't want to learn something new. After using Typescript I am never going back to just vanilla JS.

theanswer
Автор

Thank you very much for such a good video.

laravelearner
Автор

You forgot one very important consideration - the number of employers requiring it.

AstroSardaukar
Автор

I love the guest hosts, but I was surprised and delighted to hear *TypeScript* himself!!!! 💖💐

gmkhussain
Автор

Do you advise to use typescript or Vue 3 with nuxtjs?

dragon
Автор

I don't like working on vue project with typescript, it causes a lot of issues and compatibility and need alot of times

thomaspotterdotexe
Автор

Any programmer whos first language isn't js or python, knows the importance of types. Its surprising how many who start with js have no idea about this. After coming to js after languages like Java, C++, C# it feels uncomfortable looking at variables which could be absolutely anything.

Killerkraft
Автор

Good video! I would rather have everything in Js and slowly transfer them to Ts to fix an actual development issues.

jyy
Автор

its scares that JS its the first p langague for tons of ppl

lserranoit
Автор

sometimes i wondow how people name their methods, i mean for example a methos that does numeric procesing inside, and a developer looks at that method before using it, why does he need hes hand to be held an exception pop up when he passes a string value to it, i just don't get it
then again i learned very early in my career to "dont skip on letters when naming stuff" meaning be it variable or method, obj i use even 10 camel case words if i have to
Note that I come from PHP and in recent years i have been adding types to my props and arguments but still i was never like "if this method expects a number, well i am just going to give it an object and type check it with ifs inside"

SXsoft
Автор

Great video, but the main reasons for TypeScript were missing there: With static typing it helps to avoid a lot of mistakes that otherwise accidentaly could be done. Also, TypeScript is the Microsoft's try of a half-step to fix JavaScript. In overall, JavaScript can't be fixed, because it's an old language and historically made ugly and failable etc. and ECMAScript consortium does the rest to keep it ugly as well.

alpham
Автор

I'm a shit dev, TypeScript turned me into a less shit dev, now I can at least feel worthy of getting paid under market rate.

dantheman
Автор

I don't feel like Typescript by its structure self-documents, even when introduced to new developers, I just don't see the type error mania being an actual issue. As opposed to logic error, where unit tests actually document the code from start to finish with proper TDD. But like all the other JavaScript transpilers before it, and with JavaScript constantly evolving, Typescript will be left in the dirt.

oogabooga
Автор

The title should be "Vue and Typescript by Elon Musk"

mototribe
Автор

Nope, I'm fine with JS you can keep your typescript to yourself no thank you.

PeaceInAfrica