Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React: All You Need to Know with Practical Project
Rating: 4.6 out of 5(296 ratings)
32,217 students

React: All You Need to Know with Practical Project

Learn React by building real-world applications with React, React hooks and integrating RESTful APIs
Created byJahid Hiron
Last updated 4/2025
English
English [Auto],

What you'll learn

  • Master the entire modern frontend stack: React, APIs integration, React hooks
  • Learn about the React core functionality
  • Learn to React beautiful mechanisms such as Context API, Props drilling, Render props
  • Realize the power of building reusable components
  • Create real-life project
  • Becoming proficient in integrating RESTful APIs with React
  • Authentication including password reset and authorization by protected route
  • Avoid useless coding - Learn what's important

Course content

15 sections128 lectures11h 3m total length
  • Course Overview1:53

    Explore ReactJS fundamentals in a two-part course and build a blog app with a NodeJS RESTful API, implementing authentication, authorization, email verification, password recovery, and routing with hooks.

  • What is React2:43

    Learn what React is, a JavaScript library for building user interfaces and front ends by reusing code, while focusing on the frontend and ignoring backend.

  • What is Virtual DOM2:38

    React explains how the browser dom and render tree work and introduces the virtual dom. It notes this doesn't yield huge performance gains but improves development experience for large apps.

  • Install Nodejs on Windows OS1:18

    Install NodeJS on Windows to set up the runtime environment for React. Verify the installation by running node -v in the command prompt.

  • Install Nodejs on Mac OS1:37

    Install node.js on Mac OS by downloading the long term support (lts) version from nodejs.org, running the installer, and verifying with node -v.

  • Install Nodejs on Linux OS2:16

    install node.js on linux by following the nodejs.org guide for debian and ubuntu, using the lts binary from github, then verify with node --version and npm --version.

  • Setup a React Project4:38

    initiate a react project using npm create and select the react framework, install dependencies with npm install, and run development server with npm run dev to view the initial project.

Requirements

  • Basic of JavaScript
  • General knowledge of how the web works is recommended but not a must-have
  • Absolutely no understanding of React or frontend development is required, I take you from beginner to intermediate developer

Description

Do you want to build fast and powerful frontend applications with JavaScript? Would you like to become a more complete and in-demand developer?

Then Reactjs is the hottest technology for you to learn right now, and you came to the right place to do it!

This is a project based course where we build an extensive, in-depth frontend application. We will start from scratch and end up with a professional project. We will dive deep into React, React hooks, APIs integration. Here is some of what you will learn in this course and project:


  • Reactjs core functionality

  • How React works

  • Virtual DOM

  • Rendering JSX element

  • Component, State & Props

  • React Form

  • Controlled form vs Uncontrolled form

  • Rendering list & key

  • Props drilling

  • Context API

  • Render Props

  • React hooks

  • Custom hooks

  • Handling CSS with React

  • React routing

  • Authentication and Protected route

  • List searching and Pagination

  • Recover password by email

  • Verify user email

  • HTTP Essentials

  • Postman Client

  • Integrating RESTful APIs

Web development is evolving, in the past, server-side rendering handled all views and templates, but with the emergence of frontend frameworks like React, Angular, and Vue, projects are now divided into backend and frontend components. The backend manages database interactions and serves JSON, while the frontend fetches data and creates the user interface. This course focuses on the entire frontend aspect, enabling you to construct robust application and giving you the freedom to choose your backend technologies.

Our curriculum goes beyond typical React tutorials, as we cover advanced topics like authentication, roles, permissions, password reset mechanisms, verify user email, and many more. By the end of this course, you'll have a deep understanding of what it takes to be a proficient frontend engineer.

Who this course is for:

  • Take this course if you're a backend developer looking to go into frontend development using the most complete course on the market
  • Everyone who's interested in building modern, scalable and high-performing web applications
  • Programmers who want to learn the most in demand skills of a frontend developer
  • Any frontend developer who wants to learn React