nextjs-with-relay-modern

Handling SSR with Relay Modern inside NextJS project

Stars
31
Committers
2

nextjs-with-relay-modern

We use GraphQL API (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
Related Projects