Skip to content

callstack-internal/hwesolowski-rsc-from-scratch-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Server Components from scratch

This is a very naive implementation of React Server Components. The goal is to familiarize with the concept and basic principles of Server Components.

To get started, clone the repository and install the dependencies:

yarn

Then, start the server:

yarn start

The server will start on port 5172. Open your browser and navigate to http://localhost:5172. You should see a list of pokemon. Click on a pokemon to see its details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published