Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 755 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 755 Bytes

Next.js Layouts Data Fetching

Repo/app experimenting with data fetching techniques with the new Next.js Layouts feature with React Server Components and Streaming.

Ecommerce style app with three pages. The styling is minimal to keep the demo focused on data fetching.

Utilizing server-driven UI patterns. See the in memory database for the layout specification.

Utilizing nested layouts and showing product filtering refreshed via React Server Components.

Showing product options/price refreshed via React Server Components.