Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
[Master Class] Deep Dive into React 18 + Typescript
Rating: 4.7 out of 5(55 ratings)
661 students

[Master Class] Deep Dive into React 18 + Typescript

Completely understand how React 18 works with Typescript
Created byRysher Magbanua
Last updated 5/2024
English

What you'll learn

  • Learn Javascript Skills necessary to learn ReactJS
  • Fully Typescript codebase with ReactJS
  • Learn to think the React Way
  • Complete Understanding how React renders your components and paints it in the DOM
  • Understand React Fiber or Fiber Architecture
  • Understanding ReactJS VirtualDOM
  • Reflow & Repaint - How React uses this efficiently?
  • Optimize your React Components and Profile them
  • Render and Commit Phase in React
  • High and Low Priority Updates
  • Suspending Components

Course content

9 sections81 lectures9h 42m total length
  • Introduction3:18

    Deep dive into react 18 and TypeScript, learning about components, lifecycles, hooks, render and commit phases, fibre architecture, and suspending for loading UI.

  • Your Instructor3:00

    Meet rice magbanua, a full-stack developer and writer, teaching this master class on React 18 and TypeScript, sharing hands-on experience with React.js, Express, Node.js, SQL and NoSQL databases.

  • Why React?6:20

    Discover why React, a front-end JavaScript library from Facebook, enables component-based, reusable UI for interactive web and mobile single-page applications with efficient virtual DOM.

  • Typescript Overview1:16

    Explore how TypeScript extends JavaScript with types, enabling static checks and early error detection before runtime. See how it catches missing properties and is maintained by Microsoft for this course.

Requirements

  • Basic understanding of Javascript/HTML/CSS
  • Burning passion to understand ReactJS completely (not just the surface)
  • That's it. I'll see you in the course ;)

Description

This course is built for new and old ReactJS developers so we can all have complete understanding how React works. I have done some reasearch while creating this course and even check react code from github just to make sure I understand it.

Basically this is just me teaching how to use ReactJS as well as providing a deep understanding how it works in the background. Knowing how it works in the background will help developers to code better using ReactJS because they know how it works completely.

Other course will teach you how to use ReactJS, but this course will give you a deeper understanding of each concepts and features that React offers. For example

  • Do you know what Reflow and Repaint is?

  • What is React Fiber?

  • Why do we have useEffect, useLayoutEffect and useTransitionEffect? That's a lot of effects!

  • Are those synchronous or asynchronous?

  • How often React paints the UI in the DOM when using those effects?

  • How does React schedule updates?

  • What is high and low priority updates?

  • How React creates the VirtualDOM efficiently and use the minimal memory as much as possible?

  • How many VirtualDOM do we have in ReactJS?

  • How React batch the updates?

  • What if you have multiple state updates in a lot of components? How many times React will render your components?

If you already know those things I have mentioned, then you probably don't need this course. If you don't, then join me learn those stuff! Let's have some fun!

Who this course is for:

  • Anyone who wants to learn ReactJS and understand it completely