Y13
Y13

Reputation: 31

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 ?

Upvotes: 3

Views: 380

Answers (2)

Zoltan Rakottyai
Zoltan Rakottyai

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

dened
dened

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

Related Questions