Skip to content

Implement simple blog with Next.js - #328

Open
r3duxservices-dev wants to merge 1 commit into
Zeff01:mainfrom
r3duxservices-dev:edaaron-bondame/fullstack-1-2
Open

Implement simple blog with Next.js#328
r3duxservices-dev wants to merge 1 commit into
Zeff01:mainfrom
r3duxservices-dev:edaaron-bondame/fullstack-1-2

Conversation

@r3duxservices-dev

Copy link
Copy Markdown

Used Direct Server Component Data Access --
!
exam-blog
exam-blog2
Uploading codebility-assessment.png…

Instead of making client-side or server-side fetch() HTTP requests to its own /api endpoints during Server-Side Rendering (SSR)—which can cause loop/port issues—the Server Components (page.tsx) access the posts array directly on the server. This provides zero-latency rendering and maximum reliability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant