4. React Components #

Created Wednesday 29 July 2020

Why #

Components are universally useful in building UIs, because they enhance:

How #

So this is a 2 step process - create units and then combine them.

What #

It’s normal to have ~100 components for a UI, because components of the UI are broken down.