Reputation: 31
What is the most reliable way/approach to build React/Relay/GraphQL SEO friendly application with server side rendering ?
Upvotes: 3
Views: 380
Reputation: 1662
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
Upvotes: 0
Reputation: 4310
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.
Upvotes: 2