React Components
Table of Contents
Components
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