Move Data Fetch to Server-Side
↔ ( Next 13 ) to Collocate Data Fetch ops in Server Component for Sync perf
Next 13 Move Data Fetch to Server-Side has official React Core Team Endorsement
Collocate Data Fetch inside Server Component to make it Sync on Backend
can use async
/await
directly inside Server Component!
React now extends Fetch API
to allow auto Deduping
Next 13 extends Fetch API
to allow Caching & Revalidation