AmanKumarSinhaGitHub / React-Js-Full-Course

Complete REACT JS With Projects ⭐

Home Page:https://youtu.be/6l8RWV8D-Yo?si=dmMusjUt_IqVzkGc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Full Course

This is the full react js course.

How to use this code :

  • use git clone https://github.com/AmanKumarSinhaGitHub/React-Js-Full-Course.git

  • checkout branch according to Chapter number git checkout react-ch-1

  • run npm install inside the root directory before running the code

Chapter will be covered in the course are given below.

  • Chapter 1 - Introduction to React & Setup

  • Chapter 2 - Components - JSX and Props

  • Chapter 3 - Conditional Rendering & Lists

  • Chapter 4 - Events && Event Bubbling

  • Chapter 5 - State, useState Hooks

  • Chapter 6 - Form , Synthetic Event Object & Lifting State up

  • Chapter 7 - CRUD Operations & useEffect hooks

  • Chapter 8 - useReducer

  • Chapter 9 - Context API & useContext

  • Chapter 10 - Context API with useReducer [Redux architecture]

  • Chapter 11 - useRef

  • Chapter 12 - useEffect and API calling

  • Chapter 13 - Memoization - useMemo, useCallback, memo

  • Chapter 14 - Advanced React - Part 1

  • Chapter 15 - Advanced React - Part 2

Create React Js app using Vite

npm create vite@latest  

About

Complete REACT JS With Projects ⭐

https://youtu.be/6l8RWV8D-Yo?si=dmMusjUt_IqVzkGc


Languages

Language:JavaScript 75.6%Language:HTML 12.7%Language:CSS 11.7%