inertiajs / inertia-rails

The Rails adapter for Inertia.js.

Home Page:https://inertiajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing : documentation for inertia SSR with rails

awkward-minion opened this issue · comments

Problem statement

I am trying to make an SSR version, using the inertia-rails library.

What have you done so far

I have added initializers to configure ssr_enabled option as documented here.

What are you expecting

I do not have any clue what to do next! Could you help me in identifying the next steps, like

  1. Need to configure your react to use the SSR option with help of @inertia/server library.
  2. Run your react + inertia server in a separate port

Thanks in advance

Refer this.