Promptles
React & Frontend

Component

beginner

Definition

A reusable building block of a website or app. Think of a 'Like' button or a product card: once it's built, you can drop it into any page and it works the same way every time. Most modern apps are made by snapping these blocks together.

In the wild

A team builds an 'Add to Cart' button once as a component, then uses it on every product page. When they change its color, every page updates at once because they all share the same building block.

More from React & Frontend