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.
Finance Certifications Goldman Sachs & Amazon Teams Trust
Stuck in Tutorial Hell? Learn Backend Dev the Right Way
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
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