Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React & Redux with Typescript: Complete React & Redux Guide
Rating: 3.2 out of 5(50 ratings)
479 students

React & Redux with Typescript: Complete React & Redux Guide

Learn In-depth Hands-on React and Redux with Typescript. Creating a Real Project with React-Redux & Typescript and More
Last updated 6/2020
English

What you'll learn

  • Basic variable types
  • Multiple types
  • Implicit vs explicit types
  • Checking types
  • Type assertions
  • Functions: parameters & return types
  • Custom types
  • Models
  • Interfaces
  • Barrels
  • Intersection types
  • Arrays and Objects
  • Tuples and Enums
  • Generics
  • Access modifiers
  • How to setup TS locally
  • TSLint
  • Creating a Project with React-Redux and Typescript

Course content

2 sections31 lectures1h 40m total length
  • Introduction to the Instructor1:17
  • Introduction to Typescript2:08

    Overview of the course and the course objectives.

  • Basic variable types2:28

    Look into Basic variable types and how and when to use them.

  • Multiple types0:59

    Look into multiple types and how and when to use them.

  • Implicit vs explicit types2:28

    Implicit vs explicit types what are they and how, when to use them.

  • Checking types2:27

    Discuss checking types and how and when to use them.

  • Type assertions2:55

    Discuss type assertions and how and when to use them.

  • Functions: parameters & return types4:49

    Discuss functions, that is,parameters & return types and how and when to use them.

  • Custom types1:36

    Discuss custom types and how and when to use them.

  • Interfaces2:52

    Discuss Interfaces and how and when to use them.

  • Barrels1:38

    Discuss barrels and how and when to use them.

  • Models2:05

    Discuss models and how and when to use them.

  • Intersection Types1:53

    Discuss intersection types and how and when to use them

  • Arrays and Objects3:36

    Discuss Arrays and Objects and how and when to use them.

  • Tuples and Enums4:35

    Discuss Tuples and Enums and how and when to use them.

  • Generics2:20
  • Variable Declaration using Let and Const5:21

    Discuss variable declaration using Let and Const and how and when to use them.

  • Variable Declaration using Let and Const5:10

    Discuss what are Access modifiers and how and when to use them.

  • Setting up TS locally1:36

    How to set up Typescript locally.

  • TSLint0:55

    What is TSLint and why, when to use it.

Requirements

  • Basic knowledge of Javascript, React and Redux

Description

TypeScript starts from the same syntax and semantics that millions of JavaScript developers know today. Use existing JavaScript code, incorporate popular JavaScript libraries, and call TypeScript code from JavaScript.

TypeScript compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any JavaScript engine.

Types enable JavaScript developers to use highly-productive development tools and practices like static checking and code refactoring when developing JavaScript applications.

Types are optional, and type inference allows a few type annotations to make a big difference to the static verification of your code. Types let you define interfaces between software components and gain insights into the behavior of existing JavaScript libraries.

TypeScript offers support for the latest and evolving JavaScript features and future proposals, like async functions and decorators, to help build robust components.

These features are available at development time for high-confidence app development but are compiled into simple JavaScript that targets ECMAScript 3 (or newer) environments.

Who this course is for:

  • Basic Knowledge of JavaScript
  • Basic Knowledge of React and Redux