Posts tagged with #nextjs
Cover Image for Next.js Data Fetching

Next.js Data Fetching

Learn how to fetch data in Server and Client Components in Next.js using the App Router, and how to stream components efficiently using Suspense and a Data Access Layer (DAL).

November 6, 2025

Read more
Cover Image for Structuring a Next.js App with a Data Access Layer (DAL)

Structuring a Next.js App with a Data Access Layer (DAL)

Learn how to organize your Next.js application using a Data Access Layer (DAL) to centralize data fetching, authorization, and caching logic for cleaner and more secure code.

October 30, 2025

Read more
#nextjs | Emmanouel Xanthakis | Personal Portfolio