'use client'

Term side of the Card
Topic: Directives
Unit title: 'use client'
Categories: Directive
Explanation side of the Card

Explanation: The directive used in server-side rendering contexts to specify that a component should be rendered on the client side only. It helps manage components that rely on browser-specific features.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub