Skip to content

c99rahul/react-server-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick demonstration of React Server Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published