⚛️
ReactComponentsHooks
React Fundamentals
React is how most modern web apps are built. Learn components, props, state, hooks, and how to build reusable UI pieces that come together into full applications.
12 chapters·Intermediate·JavaScript / JSX·Free forever
N
Course by Nelson NjihiaWhat you'll learn
✓What React is and why it exists
✓JSX — writing HTML inside JavaScript
✓Components, props, and how to compose UIs
✓State management with useState
✓Side effects and data fetching with useEffect
✓Context API for sharing state across components
Requirements
- —Solid JavaScript fundamentals (the JavaScript Basics course)
- —Understanding of HTML and CSS
- —Node.js installed (nodejs.org)