WebDev Resources
  • Home
  • Categories
  • Fundamentals 8
  • Frontend 11
  • Backend 8
  • DevOps 6
  • Security 5
  • Performance 6
  1. Home
  2. / Frontend
  3. / React.js
Star 0
Intermediate Frontend

React.js

Components, hooks, state management, and virtual DOM.

Building UIs with Components

React builds user interfaces through reusable components.

Key Concepts

  • Components and JSX
  • Hooks (useState, useEffect, useMemo)
  • Props and state
  • Server Components (React 19+)

Additional Resources

  • React Documentation
  • React Beta Docs (Learn)
  • Bulletproof React (Best Practices)
  • React TypeScript Cheatsheet
  • React Query (TanStack Query)
  • Zustand (State Management)
Previous TypeScript Next Svelte