The first question you ask after installing TypeScript is "What do I do now?" In this 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.
Overview
Syllabus
- Setup a TypeScript Project
- Configure TypeScript for React and JSX
- Understand the TypeScript Compiler AKA tsc
- Explore TypeScript by Writing Functions
- Unlock TypeScript's Features in Vanilla JS with @ts-check and JSDoc
- Work with DOM Elements in TypeScript using Type Assertions
- Create Your First Generic in TypeScript
- Use Type Definitions for Popular Projects on npm with @types