# REACT
Introduction to Server Components
One of the most amazing things about the App Router is the arrival of Server Components. These special React parts work only on the server side, creating JSX code that's sent to the user's browser. With Server Components, we can quickly show the basic structure of a webpage, fetch data from the server