Component

Noun · Development

Definitions

  1. A self-contained, reusable piece of UI that manages its own rendering and state. In frameworks like React, Vue, and Angular, components are the fundamental building blocks of the interface, composed together to form complex applications.

    In plain English: A reusable building block of a website or app's interface, like a button or a navigation bar, that can be used in many places.

Related Terms