Concept Flow - Server component restrictions
Start Server Component
Check for Client-only APIs
Error: Not Allowed
Fetch Data, Access DB
Return JSX Output
End
Server components start rendering, check for disallowed client APIs, error if found, otherwise fetch data and return JSX.