Typescript's keyof explained

preview_player
Показать описание
In this video tutorial, we will explore Typescripts keyof operator. We will learn what keyof does and how it can make our code more robust and easier to refactor.
Рекомендации по теме
Комментарии
Автор

Thanks, dude. very helpful, I love to see more.

peymanta
Автор

Super useful! Thanks for sharing this and explaining it so concisely!

JayFGrissom
Автор

you get the most value out of the keyof feature when you use it in combination with generics!
I would prefer that you code in functional style and apply immutability and do not mutate state.

hansschenker