Skip to content

developerway/react-server-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a study project for the article "React Server Components: Do They Really Improve Performance?"

Install the dependencies:

npm install

Run backend api as:

npm run start --workspace=backend-api

Run client-side fetching example as:

npm run [script-name] --workspace=client-fetch-frontend

Run Next.js pages example as:

npm run [script-name] --workspace=next-pages

Run Next.js app router example as:

npm run [script-name] --workspace=next-app-router

Where:

  • script-name is the name of the script you want to run, i.e., dev, build, or start. You can find the available scripts in the package.json file of each side project inside the src folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published