Component

A component is a reusable, self-contained building block that encapsulates a piece of user interface (GUI) and its behavior.

Components are the core building blocks of [[React]] applications.

Components make it easier to manage and maintain complex applications.