You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an isomorphic application using react-router and react-rails and it works fine (both server and client). Now I'm starting to use Relay and obviously I cannot render it on the server (it uses timeout, etc). I don't use anywhere preparedata or match so not sure how to apply this or isomorphic-relay-router...
Thanks
The text was updated successfully, but these errors were encountered:
@denvned yes, I managed to get it to work on the client (and even with react-rails), and yes - using react-router-relay. But it doesn't work when trying to render on the server (prerender option of react-rails). It sounds like isomorphic-relay or isomorphic-relay-router could help but I guess I will first need to get rid of react-rails and somehow do the rendering myself, which I'm trying to avoid...
I have an isomorphic application using react-router and react-rails and it works fine (both server and client). Now I'm starting to use Relay and obviously I cannot render it on the server (it uses timeout, etc). I don't use anywhere preparedata or match so not sure how to apply this or isomorphic-relay-router...
Thanks
The text was updated successfully, but these errors were encountered: