inflearn logo

[Renewal] TypeScript All-in-One: Part 2. Practical Analysis

Now that you have learned the basic syntax of TypeScript, let's explore how to analyze the complex types found in famous libraries.

(4.8) 16 reviews

971 learners

Level Intermediate

Course period Unlimited

TypeScript
TypeScript
TypeScript
TypeScript

Reviews from Early Learners

Reviews from Early Learners

4.8

5.0

큰돌

100% enrolled

This is an excellent lecture filled with ZeroCho's passion. I recommend it.

5.0

갱종

100% enrolled

When learning TypeScript, it was always difficult to learn the theory and then apply it. So I ended up taking Zerocho's TypeScript All-in-One Part 1 to 2. In Part 1, I learned basic concept knowledge, and in Part 2, I was able to understand specifically how to use this concept in practice. In addition, I really liked how he organized the concept of the complex module system. I highly recommend it to those who want to develop their typing thinking skills after understanding the concept!

5.0

jaeyong Kim

100% enrolled

This was a really great lecture! It's a lecture that helps me every time I listen to it!

What you will gain after the course

  • TypeScript

  • TypeScript Module System

  • React Library Type Analysis

  • Node Library Type Analysis

  • jQuery, Axios Type Analysis

For those of you who have learned the basic syntax of TypeScript,
now it's time to analyze the types of real-world libraries! 👨‍💻

You only truly know it
when you can use it in practice! ✏️

You've already learned all the basics of TypeScript in TypeScript All-in-One: Part 1. Basic Syntax, right? Now, it's time for the real world.

The most frustrating part of studying TypeScript is that even after learning all the syntax, you find yourself unable to apply it in real-world scenarios. It is useless to learn concepts like Interfaces, Type Aliases, Generics, Mapped Types, and Indexed Signatures if you don't know when and which syntax to use.

I previously released a TypeScript course focused on building web games, but I realized that students were still struggling to analyze others' types and create their own. Therefore, I have completely revamped the course to create a class where you can learn how the TypeScript syntax you've studied is applied in real-world scenarios and practice the process of writing types yourself.


Recommended for these people 🤸‍♀️

Those who want to
switch from JS to TypeScript

Those who find it difficult to
analyze types created by others

Those who feel lost when trying to
write types themselves


What you will learn ✍

1. Analyzing jQuery types

2. Axios type analysis

3. React Type Analysis

4. Redux Type Analysis

5. Node, Express type analysis

6. Typing Libraries

We will help you develop the ability to determine whether a library supports TypeScript, identify the most important types and the module system used by the library, and analyze library types.

I will help you analyze libraries like the following! Since the method for analyzing a library's types is standardized, if you follow the steps shown in the course—checking for type support, identifying core files, determining the module type, and then performing the type analysis—you will be able to handle any library without difficulty.

Axios

React

Redux

Express

Node


Tools covered here 🙌

We use the Chrome browser and Visual Studio Code (or WebStorm).


I answer questions
quickly 
🗒

The advantage of my course is the Q&A. If you ask a question, I will answer within a day.
Feel free to ask questions about the course content and study actively.
It will be more helpful for understanding the material!


Who is ZeroCho?

노드 교과서

Web Development Bestseller
<Node.js Textbook>, <Let's get IT JavaScript> Author

오늘의픽업

Kakao Mobility Today's Pickup
Technology Lead


Q&A 💬

Q. Which version of TypeScript are you using?

It was filmed using version 4.7. You may use a higher version.

Q. Where can I find the source code and lecture notes?

ZeroCho's GitHub can be found here.

Q. Do I have to take the Basic Grammar section?

You don't necessarily have to take it, but you should be familiar with the topics covered in the table of contents of the Basic Syntax section.

Q. How is this different from the Basic Syntax section?

Assuming you already know the syntax explained in the Basic Syntax section, this course focuses on analyzing and writing types for libraries such as React, Redux, React-redux, Express, Node, jQuery, and Axios. To follow along, you must be familiar with the content from the Basic Syntax section.


What is this course?

ZeroCho's trusted
TypeScript All-in-One Series ✨

Part.1Previous Lecture

  • TypeScript Basic Syntax
  • Various code analysis methods

Part.2Current Lecture

  • Practical TypeScript
  • How to analyze libraries

Recommended for
these people

Who is this course right for?

  • Those who want to know how to analyze the types of famous libraries

  • Those who want to try typing the library themselves

Need to know before starting?

  • TypeScript Basic Syntax

Hello
This is zerocho

67,592

Learners

1,737

Reviews

9,765

Answers

4.8

Rating

25

Courses

One of the key strengths of my courses is the Q&A support (Winner of the Inflearn Q&A King award twice). I respond to your questions within 24 hours, doing my best to help you out! I’ll answer your questions with the mindset that we are tackling the problems together!

One of the key strengths of my courses is the Q&A support. (Winner of the Inflearn Q&A King award twice) I respond to your questions within 24 hours, doing my best to help you out! You’ll feel like we’re solving the problems together.

👉ZeroCho Lectures
ZeroCho's full lecture roadmap. A complete roadmap of all my courses is available here.

– Author of Node.js Textbook, Self-Guided JavaScript by ZeroCho, Let's Get IT JavaScript, and TypeScript Textbook
ZeroCho.com Operator
– Currently) Broadcasting development-related content on ZeroCho TV via YouTube
– Formerly) Smoretalk CTO
– Formerly) CTO of Today's Pickup (Youngest Development Team Lead at Kakao Mobility after exit to Kakao Mobility)

  • Author of Node.js Textbook, Self-Guided JavaScript by ZeroCho, Let's Get IT JavaScript, and TypeScript Textbook

  • Operator of ZeroCho.com

  • Currently running a YouTube channel ZeroCho TV, covering development topics

  • Former CTO at SmoreTalk

  • Former CTO at Today Pickup (acquired by Kakao Mobility, where I became the youngest lead developer)

More

Curriculum

All

35 lectures ∙ (6hr 36min)

Published: 
Last updated: 

Reviews

All

16 reviews

4.8

16 reviews

  • whoamixzerone님의 프로필 이미지
    whoamixzerone

    Reviews 15

    Average Rating 4.9

    5

    100% enrolled

    It really helped me a lot!

    • jongkyung님의 프로필 이미지
      jongkyung

      Reviews 5

      Average Rating 5.0

      5

      100% enrolled

      When learning TypeScript, it was always difficult to learn the theory and then apply it. So I ended up taking Zerocho's TypeScript All-in-One Part 1 to 2. In Part 1, I learned basic concept knowledge, and in Part 2, I was able to understand specifically how to use this concept in practice. In addition, I really liked how he organized the concept of the complex module system. I highly recommend it to those who want to develop their typing thinking skills after understanding the concept!

      • jj153901241님의 프로필 이미지
        jj153901241

        Reviews 4

        Average Rating 5.0

        5

        100% enrolled

        It was nice to be able to analyze an actual typescript library.

        • kundol님의 프로필 이미지
          kundol

          Reviews 13

          Average Rating 5.0

          5

          100% enrolled

          This is an excellent lecture filled with ZeroCho's passion. I recommend it.

          • spacejay10074246님의 프로필 이미지
            spacejay10074246

            Reviews 2

            Average Rating 5.0

            5

            100% enrolled

            This was a really great lecture! It's a lecture that helps me every time I listen to it!

            zerocho's other courses

            Check out other courses by the instructor!

            Similar courses

            Explore other courses in the same field!

            $31.90