A JavaScript library for building user interfaces. By Facebook :D
- Piece of the UI
- Reusable
- Isolated
Many Componentes are used to create complex UI.
It's like Lego party :D.
They are like HTML attributes.
Examples:
<Title name="React is awesome" />
<Box color="red" />
<FormSignIn data={ ... } />