illustration for TypeScript: Tips and Tricks
pro

TypeScript: Tips and Tricks

Instructor

Kamran Ahmed

18m closed-captioning
·
14 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
1160
people completed
Published 5 years ago
|
Updated 4 years ago

Learn to use some of the tips and tricks that can help you write better TypeScript.

We'll look at some utility types, understand how immutable types work, learn how to use conditional types, and finally go through some examples to see how we can write them better.

This collection is a must-watch for those unfamiliar with TypeScript and wanting to learn some skills that make types in TypeScript easy.

Course Content

18m • 14 lessons

    You might also like these resources:

    illustration for Advanced TypeScript Fundamentals
    Marius Schulz・1h20m・Course

    Learn the newest language features TypeScript has to offer. Learn how to use optional chaining, const assertions, conditional types, and more!

    illustration for Up and Running with TypeScript
    John Lindquist・22m・Course

    You'll learn about using the TypeScript compiler, configuring your project, definition files, and all the ins-and-outs of understanding how to use TypeScript in your project.

    illustration for Use Types Effectively in TypeScript
    Ari Picker・29m・Course

    TypeScript applies a fundamental change to JavaScript and applies static typing to the code in our apps. This course will dive into the type system that TypeScript provides.