One Roundtrip Per Navigation
HTML, GraphQL, and React Server Components all share a common architectural principle: they aim to minimize roundtrips between client and server during navigation. This approach reduces latency and improves user experience by consolidating data fetching into single requests.