Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibaultboursier/nextjs-with-relay-modern
Handling SSR with Relay Modern inside NextJS project
https://github.com/thibaultboursier/nextjs-with-relay-modern
graphql graphql-client next react relay relay-modern ssr
Last synced: about 1 month ago
JSON representation
Handling SSR with Relay Modern inside NextJS project
- Host: GitHub
- URL: https://github.com/thibaultboursier/nextjs-with-relay-modern
- Owner: thibaultboursier
- Created: 2019-11-19T21:50:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:15:07.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T21:23:17.804Z (about 2 months ago)
- Topics: graphql, graphql-client, next, react, relay, relay-modern, ssr
- Language: JavaScript
- Homepage: https://nextjs-with-relay-modern.now.sh/
- Size: 1.3 MB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-with-relay-modern
We use GraphQL API ([https://api.digitransit.fi/graphiql/finland](https://api.digitransit.fi/graphiql/finland)) to display a list of items.
### Start
This command starts the retrieval of the remote schema, the Relay compilation and starts the server.
```
npm run dev
```