Phase 8 · React

Topics

Components

Part of the Frontend Developer Roadmap.

Summary

The fundamental building block of a React app — reusable, composable functions that return JSX describing part of the UI.

How to Learn This

  • 1Break a single large component into 3-4 smaller, focused components.
  • 2Practice composing components together via `children`.
  • 3Learn the convention of one component per file, named with PascalCase.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge