React Tutorial Series (1/103). Prefer one article? Read the complete React tutorial.
Short description
React is a JavaScript library for building user interfaces with components and declarative rendering. This series covers Vite setup, hooks, routing, state management, APIs, TypeScript, testing, and a complete final React app.
Steps
- Create a Vite React app.
- Learn components, hooks, and routing.
- Build the final React application.
Learning path
Setup + JSX + components
Props/state + hooks
Routing + API + auth
State libraries + performance
Testing + deployment
Final React web app