Client Component
Noun · Development
Definitions
A component designed to run in the client environment, such as the browser, rather than only on the server. Client components typically handle interactivity, local state, browser APIs, and event handlers that cannot run in a purely server-rendered context.
In plain English: A component that runs on the client side, such as in the browser.
Example: "The team converted the filter panel into a client component because it needed browser events, local state transitions, and instant feedback while typing."