Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

File metadata and controls

17 lines (11 loc) · 495 Bytes

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.