Some time ago I wrote isomorphic-relay and isomorphic-relay-router to solve exactly that problem. And I still support and update them, as they are still very actual. Personally I use these libraries in my projects, and other people also use them in production.
2
Answers
Some time ago I wrote
isomorphic-relay
andisomorphic-relay-router
to solve exactly that problem. And I still support and update them, as they are still very actual. Personally I use these libraries in my projects, and other people also use them in production.I would checkout Next.js together with relay-nextjs package.
Next.js solves SSR,the relay-nextjs package as a glue for Relay.
Also, I recommend check on this medium.com article