Skip to content
💻ProgrammingEN

Introduction to React

Learn React from the ground up. Master components, props, state, hooks, event handling, and fetching data to build modern interactive user interfaces.

10 lessons

Subscribe to unlock all 10 lessons

One monthly subscription gives you unlimited access to this course and every other course on LearningBro.

Lessons

What is React?Preview
JSX
Components
Props
State and useState
Event Handling
Side Effects and useEffect
Lists and Keys
Forms in React
Fetching Data