'use server'
Term side of the Card
Topic: Directives
Unit title: 'use server'
Categories: Directive
Explanation side of the Card
Explanation: The directive used in client-side rendering contexts to specify that a component should be rendered on the server side. It helps manage components that need server-side rendering for better performance or SEO.