What Even Is a Component?

If you're learning React, you'll hear "component" thrown around constantly. Simply put — a component is a reusable piece of UI. Think of it like a LEGO brick. You build small pieces and snap them together to make something bigger.

Why Components Are Great:

1.Reusable — write once, use everywhere

2.Clean code — each component does one thing