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

https://github.com/velopert/react-query-ssr-react-router-sample

Sample Server Side Rendering project that uses React Router and React Query
https://github.com/velopert/react-query-ssr-react-router-sample

Last synced: 11 months ago
JSON representation

Sample Server Side Rendering project that uses React Router and React Query

Awesome Lists containing this project

README

          

This project is a sample project that implements server side rendering with [react-query](https://react-query.tanstack.com/) and [react-router](https://reactrouter.com/).

```
yarn build
yarn build:server
yarn start:server
```