MemotivaServer Components and React 19

What is the difference between Server Components and Client Components?

Server Components and React 19

Audio flashcard · 0:12

Nortren·

What is the difference between Server Components and Client Components?

0:12

Server Components run only on the server, cannot use state or effects, and do not ship JavaScript to the client. Client Components run in the browser, can use hooks like useState and useEffect, and must be marked with the use client directive.