React Components

Table of Contents

Components

See https://github.com/explorer436/programming-playground/tree/main/react-playground/02-my-first-component

Nesting components

See https://github.com/explorer436/programming-playground/tree/main/react-playground/03-nesting-components

You can nest thousands of components in one another.

This is how real-time applications are built.

The convention is to name the root Component App. But you don’t have to.

App will need more components. e.g. PageNumber, NavBar, SideBar, Header, Footer


Links to this note