A sample Next.js app showcasing the App Router and React Server Components in Next.js 13. The application illustrates the functionality of React Server and Client Components, Data Fetching, and Suspense fallbacks.
After installing the app, use the following routes:
/
illustrates the fundamental RSC/posts
displays a list of posts fetched from an API/suspense-posts
exhibits a list of posts fetched from an API with a Suspense fallback/nesting
showcases the nesting of Server Components within Client Components