JavaScript Developers TRYING to Use TypeScript

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

**STAY IN TOUCH 👋**

**QUESTIONS ABOUT MY SETUP**
Рекомендации по теме
Комментарии
Автор

"hmmm I don't know how to type this. I'll put any for now and come back to this later"

linuxshell
Автор

Typescript is great. But bad Typescript is terrible.

sebinohoo
Автор

who leaked my first ts experience video?

Dev-Siri
Автор

I used to hate typescript so much that I kept looking for every single reason to avoid it but now that I finally picked it up, I am really enjoying it. Offers a very good developer experience....

tamalefrank
Автор

Once you get use to it it’s hard to go back

daronwiafe
Автор

That's how I got started. Over the days I understand the concepts and now use it how it should be

itsyourboyt
Автор

Full stack junior here, currently working on company app that uses react and typescript, just as you think you understand the code something else confuses you and takes you back to square one.

photoluke
Автор

The difference is minuscule, after a day or two you should be set. Unless if you never worked with any typed language before. But I have to admit, react types are unclear, the recommended type for descendant nodes is ReactNode (which is obviously part of React).

osquigene
Автор

As a JavaScript developer, I approve of this🙄

jesseajioh
Автор

I used to do this when I started, then I got good at TS, then I started hating it, then moved back to JS with JSDoc. Dev experience is now much better.

thrash
Автор

I wait for copilot to fill in on my behalf 😂

nikhil
Автор

I'm an now a full scale convert to Typescript. When you start out the Typescript errors are annoying and you think "shut up i know this code works" but what I have come to learn through experience is no, the code doesn't work and Typescript does know more than me.

victor-ling
Автор

We all faced this issue when beging to use typescript

subhadipghorui
Автор

My introduction to TypeScript was after working on a massive JavaScript freelance project, my first and only such endeavour. Eventually type errors got difficult to manage and I really liked code completion so I adopted JSDoc thanks to VSCode filling it in. Well, sure enough, I then realized the entire project could just be moved over to TS instead and from there I was well aware of the advantages of a typed language.

AnyVideo
Автор

Yiu don't get types for all modules right. It gets really difficult sometimes to get types and understand type errors.

sunnyy
Автор

I think everyone at some point just put any at any error you come across in typescript 😂

HumanTouchArt
Автор

Tagged unions are why i love typescript

vikingthedude
Автор

I wish there was a way to easily define the type when you're destructing an object as a parameter without having to rely on arrow function and React.FC or having to define another type when coding in react + ts

imfastboi
Автор

😂😂 same i use typescript then put any my errors gone

ScriKidding-egvn
Автор

happens to me currently, ...learning TS is confusing and i get frustrated alot

fabianpetersen