Learn basic of Typescript, Webpack and Babel in 2 hour

What you will learn

Understand the benefits of Type Safety and leverage them to build better programs

Review of app configuration with Webpack + Babel

TypeScript in a Nutshell – Generics, Interfaces, Types

Project init, create configudations for TypeScript app

Description

TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs.

TypeScript may be used to develop JavaScript applications for both client-side and server-side execution (as with Node.js or Deno). There are multiple options available for transcompilation. Either the default TypeScript Checker can be used, or the Babel compiler can be invoked to convert TypeScript to JavaScript.

TypeScript is JavaScript with syntax for types.

TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.


Get Instant Notification of New Courses on our Telegram channel.


On the course we quickly create a basic project and then review the most common features

Who this course is for:

  • Professional Developers that are looking to keep current by learning the latest programming language of the web development world

  • Backend Developers doing a transition to full stack development

  • Frontend Developers that want to improve their frontend skills

  • Javascript Developers in general that use node as a backend server and would like to learn how to write node in Typescript

  • Javascript Developers looking to learn Typescript

English
language

Content

Intro
Project init
Code-style and Eslint
Prettier
Typescript basic
Typescript basic
Parametric types with generics
Interfaces, Types and Union
Unknown, never and Tuple
UtilityTypes
Minesweeper basic types
Webpack and Babel
Ecma TC39 and Babel
Webpack intro
Webpack dev server
Create React App
Minesweeper and Github repo