Questions tagged [isomorphic-relay]

For questions related to isomorphic-relay and isomorphic-relay-router, the libraries that enable server-side rendering of React Relay containers.

isomorphic-relay and isomorphic-relay-router are JavaScript libraries for writing isomorphic Relay applications.

5 questions
3
votes
2 answers

React / Relay server side rendering and SEO friendly application

What is the most reliable way/approach to build React/Relay/GraphQL SEO friendly application with server side rendering ?
Y13
  • 31
  • 1
2
votes
0 answers

Rails + React + Relay server side rendering

In the project I'm working on we are using react-on-rails application. Here is tutorial with demo how to use this application with basic React Rails Redux Webpack stack. It fully supports server rendering. But for my project we need to support Relay…
ramusus
  • 7,789
  • 5
  • 38
  • 45
2
votes
3 answers

Does Relay.js support isomorphic server-side rendering with multiple sessions?

Last time I checked, Relay.js did not support session-based NetworkLayer (only one NetworkLayer could be used at the same time). Thus, queue-hack…
Joon
  • 9,346
  • 8
  • 48
  • 75
1
vote
2 answers

React Relay and server side rendering

I've been working on an isomorphic app built with react and I've read about using Relay.js and GraphQL for client-server interactions. I've been wondering, is there any special set up or things to keep in mind when using Relay.js, when using react's…
Gershon Papi
  • 5,008
  • 3
  • 24
  • 50
0
votes
1 answer

Multiple pages using relay-modern-isomorphic

I followed this relay-modern-isomorphic-example tutorial : Link In that tutorial they have a single page with no routing , import express from 'express'; import graphQLHTTP from 'express-graphql'; import nunjucks from 'nunjucks'; import path…
Beckham_Vinoth
  • 701
  • 2
  • 13
  • 39