Server Components
Server Components run on the server by default in the App Router. They reduce client-side JavaScript, improve performance, and let you fetch data directly without useEffect or client-side state.
Lesson 3 of 4 · 22 min
Server Components run on the server by default in the App Router. They reduce client-side JavaScript, improve performance, and let you fetch data directly without useEffect or client-side state.