- Instructor: Hitesh Choudhary
- YouTube Channel: Chai Aur Code
- React Playlist: Chai Aur React
June 24, 2024
React JS roadmap | chai aur react series
Create react projects | chai aur react
- How to create a react app
- React roadmap explain
June 25, 2024
June 26, 2024
Understand the react flow and structure
- Understand the folder structure
- Understand the react flow structure
- React injection in HTML
- Difference between create react app vs vite
- Create a custom component
- Fragment
June 27, 2024
Create your own react library and JSX
- Created custom react and understand the flow of data
- How component parse behind the scene
- How render method executed component
- How React’s createElement method work
- Evaluated expression
- How evaluated expression parse in component
- How JSX work and react official repo tour
Why you need hooks and project
- General discussion on hooks
- useState
06 Virtual DOM, Fibre and reconciliation
- How react virtual DOM work behind the scene?
- What is React Fiber algorithm?
- How diff work between actual DOM and virtual DOM?
June 28, 2024
- What is tailwind?
- Why use tailwind?
- How to setup tailwind for react project?
- What is props?
- Why use props?
- How props work?
- How to reuse component?
- How to destructor props?
- How to use props?
- How to setup default value for props?
A react interview question on counter
- How use state update the value?
Building a react project | bgChanger
- Background color change project
- How onClick works?
- What is the syntax limitation in onClick?
- How to overcome the syntax limitation in onClick?
June 29, 2024
useEffect, useRef and useCallback with 1 project
- useState
- useEffect
- useCallBack
June 30, 2024
useEffect, useRef and useCallback with 1 project
- useRefk
- How to access clip board