Learn Typescript Utility Types in this TS beginners tutorial covering the most frequently used Typescript utility types. Utility types are helpful for common type transformations in Typescript.
(00:00) Intro
(00:05) Welcome
(00:27) Starter code and set up
(01:15) What are Utility Types?
(01:28) Partial
(05:13) Required and Readonly
(08:01) Record
(11:20) Pick and Omit
(13:53) Exclude and Extract
(15:24) Nonnullable
(16:36) ReturnType
(19:47) Parameters
(21:49) Awaited
🔗 All Resources for this Typescript Course: https://github.com/gitdagray/typescript-course
📚 Tutorial References:
🔗 Typescript Official Website: https://www.typescriptlang.org/
🔗 Stackoverflow Survey Results: https://survey.stackoverflow.co/2022/#technology-most-popular-technologies
🔗 MDN - Static Typing: https://developer.mozilla.org/en-US/docs/Glossary/Static_typing
🔗 MDN - Dynamic Typing: https://developer.mozilla.org/en-US/docs/Glossary/Dynamic_typing
🔗 MDN - Type Coercion: https://developer.mozilla.org/en-US/docs/Glossary/Type_coercion
🔗 TS Type Assertions: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-assertions
âš™ Web Dev Tools:
🔗 Chrome Browser: https://www.google.com/chrome/
🔗 Visual Studio Code (VS Code): https://code.visualstudio.com/
🔗 Node.js & npm: https://nodejs.org/
🔗 Live Server VS Code Extension: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
#typescript