React 18 Tutorial and Projects Course
- Offered byUDEMY
React 18 Tutorial and Projects Course at UDEMY Overview
Duration | 72 hours |
Total fee | ₹2,699 |
Mode of learning | Online |
Credential | Certificate |
React 18 Tutorial and Projects Course at UDEMY Highlights
- Earn a certificate upon completion
- 30-Day Money-Back Guarantee
- Get Full lifetime access
React 18 Tutorial and Projects Course at UDEMY Course details
- For Everyone who wants to learn React
- Make Great Projects Using React
- React is a JavaScript library for building user interfaces
- It is developed and maintained by Facebook, and is often used for building single-page applications and mobile applications
- One reason to learn React is that it is a popular and in-demand technology, so learning it can improve your job prospects and make it easier to find work as a front-end developer
- React is also a good choice for building modern web applications because it is efficient, scalable, and fast, and it uses a virtual DOM (a lightweight in-memory representation of the actual DOM) to minimize the number of DOM manipulations required, which makes it easier to build high-performance applications
- This makes it easier to maintain and update your codebase over time, as you can reuse components in multiple places rather than having to rewrite the same code multiple times
React 18 Tutorial and Projects Course at UDEMY Curriculum
Introduction
Goals
Structure
Requirements
Dev Environment
Workflow Info
Browser
VS Code
Terminal
Node.js
Create-React-App
React Fundamentals
Intro
Github Repository
Folder Structure
Remove Boilerplate
First Component
Extensions and Settings
Create Element Function
JSX Rules
Nest Components
React Developer Tools
BookList
CSS
Local Images (public folder)
JSX - CSS
JSX - Javascript
Props - Basic Setup
Props - Somewhat Dynamic Setup
Props - Multiple Approaches
Children Prop
Simple List
Proper List
Key Prop
Object as a Prop
Event Basics
Form Submission
Form Submission - Button Example
Anonymous Function (arrow)
Components Feature
Prop Drilling
Complex Example - Intro
Complex Example - Bug
Complex Example - Fix
ES6 Modules
Local Images (src folder)
Numbers Challenge
Title Challenge
Build Folder
Deployment
Backroad Application
Intro
Github Repository
Setup
Install
SRC Boilerplate
Structure
Components
Nav Logo
Smooth Scroll
Page Links
Social Links
Hero and About Components
Title Component
Services Component
Tours Component
Footer Component
Alternative Approach - Page Links Component
Alternative Approach - More Components
Continuous Deployment - Setup
Continuous Deployment - Benefits
Continuous Deployment "Gotcha"
VITE
VITE - Intro
VITE - Install / Setup