An open API service indexing awesome lists of open source software.

https://github.com/cszo/react18-ssr-demo

react18-ssr-demo
https://github.com/cszo/react18-ssr-demo

Last synced: about 2 months ago
JSON representation

react18-ssr-demo

Awesome Lists containing this project

README

          

## React18-ssr-demo

first
```bash

yarn install
```
run
```bash
yarn ssr
```

if you wanna compare with CSR, open `./src/index.js` and uncomment the last few lines.

```bash
yarn start
```