Hello 👋
I'm looking for a way to customize the InertiaRails::Renderer class. Some things I'd like to do are:
Currently, I work around this by performing the SSR network call manually and rendering that HTML to the same layout that Inertia would render. This isn't ideal, as I have to recreate some of the functionality that Inertia already handles well (the InertiaRails::Renderer class).
I'd be happy to put a PR together if this sounds like something you'd allow.
Hello 👋
I'm looking for a way to customize the
InertiaRails::Rendererclass. Some things I'd like to do are:Currently, I work around this by performing the SSR network call manually and rendering that HTML to the same layout that Inertia would render. This isn't ideal, as I have to recreate some of the functionality that Inertia already handles well (the
InertiaRails::Rendererclass).I'd be happy to put a PR together if this sounds like something you'd allow.