Skip to content
🔄

Data Flow

Learn how data flows through the application from server to client.

1 min read

Understanding data flow is crucial for building efficient and maintainable applications.

Server Components

Server components fetch data directly on the server, reducing client-side JavaScript.