bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch
← Learn

React

Learn React in the order it clicks: component basics first, hooks second, guided practice after the core ideas are stable.

Chapter 1

React Core

React fundamentals: components, JSX, props, state, events, forms, and rendering patterns.

Chapter 2

Hooks and State Management

Use hooks to model state, effects, refs, reducers, and shared app behavior.