Advanced TypeScript is Hard

preview_player
Показать описание
Learning typescript is a long and painful process. In this video I'll write/debug typescript and share resources I use to learn advanced typescript.

Resources for Learning TypeScript:

🗣 more trash 🗣

#fullstack #webdevelopment #opensource #javascript #typescript
Рекомендации по теме
Комментарии
Автор

Hi all! Is there any other topics in TS you'd like me to casually go over?

Thanks for the support!

trash_dev
Автор

if you wanna "learn advanced typescript" it might be hard
but if you learn as you go and code stuff, its not that hard
because you learn it in years slowly practically

nomadshiba
Автор

Learning Java as a first language definitely helped immensely when picking up typescript. Not a huge fan of the TS syntax but the time saved from using a statically typed language makes it worth the investment.

WL
Автор

Thank you for sharing! I saw your post on Twitter the other day on some crazy types and was unbelievably lost. Will checkout the resources you shared to learn more.

ascourter
Автор

Honestly, this was helpful for what you covered and helped as a tidbit to expand on your existing TS knowledge. Thank you!

vibrantneon.
Автор

That type that you posted on twitter few days back looked way too complicated, but you have explained it to me like I was a child. Thanks!

thevatsal_eth
Автор

Man, great content, this was really helpful! Subscribed for your future content

xacxdcx
Автор

hello there! I've just found your channel, please keep uploading more content to your channel because seems to be advanced for me!

yoelczalas
Автор

i learned all this stuff for work and ended up writing a factorial function with types alone. it didn't have much use for work besides understanding more complicated types but it was fun to play with

harleyspeedthrust
Автор

leetcode for types? where did we go wrong smh

aakarshan
Автор

Needed this today as I started experimenting with generics 😊

yimnaineruszaumu
Автор

I was actually familiar with the challenges that come with using TypeScript before watching this video. Currently, I'm diving into TS docs and making an effort to work through at least one easy level ts challenge after each read-through. Man... i just can't. The official documentation is so dense and packed with information that it's hard to keep everything straight in my head. I feel helpless and demoralized...

yannikiforov
Автор

In this three days I watched some random videos when I get stack in something
like how to loop over types
and now I am can do some medium challenges they helped a lot
thabk you trash

kuroisan
Автор

You have no idea how I needed this video, I literally wanted to ask this question of how to learn advanced typescript in discord

SamyarBorder
Автор

new trash video, yay!

Thanks for the video and the resources, it's really useful to me!

Pyrospower
Автор

Didnt know you could do this much with types! Every informative video, thanks Trash!

kgotit
Автор

this is so blowing mind, thanks for the type challenges :))

wanderlaktch
Автор

Thanks for confirming what I can survive on. TS looked intimidating but I later realized I don't have to turn my whole project into 100% TS so I took a step and started using interfaces so far. Sure there are plenty of TS tutorials but they make it seem like I have to learn it all to use TS in the real world (definitely not helping my imposter syndrome).

yayz_
Автор

I am a masochist and I thoroughly enjoy battling with TS types, especially the recursive string literal types :)

someonewhowantedtobeahero
Автор

Thanks for the vid, types are definitely something I need to work o

watrakng