8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
React
React menu
React Tutorial
The component-based UI library — JSX, hooks and state that powers a huge share of the web.
Start the React tutorial →
What you'll learn
1. React Introduction
What React is, how the virtual DOM works, and how to scaffold a new project with Vite.
2. JSX and Components
JSX syntax rules, function components, props, and composing components together.
3. Hooks and State
Managing component state with useState, the rules of hooks, and useRef for DOM access.
4. Effects and Data Fetching
useEffect, dependency arrays, cleanup functions, and fetching data with loading and error states.
5. Context API and State Management
useContext and useReducer for shared state, and when to reach for Redux or Zustand instead.
6. Performance Optimization
React.memo, useMemo, and useCallback with a concrete before/after re-render example, and when not to over-optimize.
7. Testing React Apps
React Testing Library philosophy, querying by role, and complete component test examples.
8. React Router
Client-side routing setup, dynamic segments, nested routes with Outlet, and programmatic navigation.
9. React Interview Questions
Common React interview questions covering the virtual DOM, hooks, context, performance, and testing.