Up and Running with TypeScript
Offered By: egghead.io
Course Description
Overview
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.
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
Related Courses
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Programming Languages, Part A
University of Washington via Coursera CSCI 1730 - Introduction to Programming Languages
Brown University via Independent Intro to Java Programming
San Jose State University via Udacity