React notes - 03 Components
This is brief visualization of the chapter about components:
In React, a component is a building block of the user interface. It can be a function or a class that receives inputs called props and returns a hierarchy of views that represent the UI.
I...
devrunner.hashnode.dev2 min read