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
- Host: GitHub
- URL: https://github.com/velopert/react-query-ssr-react-router-sample
- Owner: velopert
- Created: 2020-09-29T03:39:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T03:39:31.000Z (over 5 years ago)
- Last Synced: 2025-04-07T17:21:13.577Z (about 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```