skip to Main Content

What is the most reliable way/approach to build React/Relay/GraphQL SEO friendly application with server side rendering ?

2

Answers


  1. 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.

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search