Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Handling SSR with Relay Modern inside NextJS project

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
```