A new way of making react components. In NextJS, every component is a server component by default.
Server Components
Components that have the ability to:
- Read data and fetch files from database They lack the ability to use hooks or handle user interaction