Course Information
Course Overview
Supercharge your Javascript projects with TypeScript and learn how to build a React + Typescript web project !
TypeScript was developed by Microsoft and has become a reference in the JavaScript community.
TypeScript is the language or rather the layer that can be added to a JavaScript project (such as React, Angular, Vue, Node.JS, Electron, and many other great technologies).
It gives you access to everything that JavaScript can do, so you don't lose anything and you can do a lot more!
Any respectable JavaScript project, regardless of the framework or library used, utilizes TypeScript.
This is even more true, especially in the professional world.
In this course learn why TypeScript is very powerful when added to JavaScript, what it enables, and how to use it.
You'll also learn how to use it in a React project !
The program includes:
The Typescript language :
Primitives types and how to use them
How the TypeScript compiler works
Classes with TypeScript
Functions, default and optionals parameters
Objects
Arrays
Object oriented programming
Namespaces and modules
Interfaces
Enumerations
Access modifier
Types
Type casting
Generics
Decorators
+ A full React + Typescript project :
Create a Vite + React + Typescript project
Build a full React + TS web app !
This course will explore the basics as well as more complex and advanced aspects of TypeScript in a casual and progressive manner!
Learning TypeScript is a way to enhance your skills, gain essential knowledge in the web and mobile world, and truly be an asset in the professional sphere.
Course Content
- 7 section(s)
- 54 lecture(s)
- Section 1 Introduction
- Section 2 Core concepts
- Section 3 Mini project - Bank accounts
- Section 4 More core concepts
- Section 5 Exercise : Wizard and Spells
- Section 6 Decorators
- Section 7 A real React + Typescript project
What You’ll Learn
- Use the TypeScript language to make your JavaScript typed, robust, and consistent.
- Setup Typescript in a new or an existing project
- Types and how to use them
- Classes
- Namespaces
- Interfaces
- Genericity
- Decorators
- Typescript in a vanilla HTML/CSS/JS project
- Typescript in a React project
Skills covered in this course
Reviews
-
CCarlos Medina
Very good course, only in the final project does it explain very little and assumes that many points would already be known to those taking the course.
-
FFaline
Challenging but an effective instruction. Thank you for your efforts.
-
JJoe Lloyd Higgs
The first half of this course is outstanding. However, the leap from TypeScript to TypeScript + React is huge and I felt there were quite a few moments where there could have been better explanations. For example, why is ts sometimes declared with
and other times in the familiar style? I felt that the final project was more of a video tutorial than a model of what we're going to do with recap and correction and it would be a better learning opportunity if refined to be more like the earlier format of the course. There was also no modelling of using tsc, which I implemented after the project was completed and left me with some debugging needed, which is an important part of TypeScript. There was also no illustration of how to build and deploy the program. Overall though, the course was great, useful and informative. -
JJayne Moon
Great so far!!