TypeScript Utility Types You Must Learn

preview_player
Показать описание
By watching this video, you will learn about the most helpful utility types built into TypeScript.

🌎 Follow me here:
Рекомендации по теме
Комментарии
Автор

At 5:10 type UserRequired = Required<User> & { city?: string }; does not make city property optional. I have checked.
But this: type UserRequired = Omit <Required<User>, 'city'> & { city?: string }; will make it optional
thanks for your efforts

Glaxy_kit
Автор

Amazing! Thanks for explaining this all in a very simple way.

MrMubashirAli
Автор

Thanks for the great video! I look forward to your next one.

ehsanset
Автор

Another great video. Thanks Tom, going to be able to clean up some codebases nicely with these. Look forward to the next video as always

chrisjames
Автор

Insanely useful! This will make me more competent at work immediately!

codecleric
Автор

Tom, the content you create is amazing!

fellainthewagon
Автор

Excellent video and reminded me of some techniques I had forgotten about. It would be an even better video if you could eliminate the lag. It looks a bit too much like a slide show when you're typing/interacting with the editor. EDIT: I just realized I'm commenting on a 5 month old video (it was just recommended), so I'm sure you've already refined your recording process, feel free to ignore lol.

jaya
Автор

The record example is unclear and unhelpful.

TMANandMAISON
Автор

why your videos are so slow use windows man

yolla_