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.
AI Adoption - Drive Business Value and Organizational Impact
The Most Addictive Python and SQL Courses
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
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