MasterOnce
← Change LanguageSign in for overview

Concept vault

React Concepts

Master these core concepts one at a time.

Components

Components are small parts you combine to build the UI.

Start Learning →

JSX

JSX lets you write UI tags in JavaScript.

Start Learning →

Props

Props are values you give a component.

Start Learning →

State

PREMIUM

State is memory that changes as users interact.

Subscribe to unlock

useEffect

PREMIUM

useEffect runs code after the UI is shown.

Subscribe to unlock

Event Handling

PREMIUM

Events fire when users click or type.

Subscribe to unlock

Lists and Keys

PREMIUM

Lists let you show many items from data.

Subscribe to unlock

Conditional Rendering

PREMIUM

Conditionals decide what the user sees.

Subscribe to unlock

Forms

PREMIUM

React forms keep input values in state.

Subscribe to unlock

Hooks Rules

PREMIUM

Hooks must be called the same way each time.

Subscribe to unlock