petaki / inertia-go

⏩ Inertia.js server-side adapter for Go.
MIT License
206 stars 11 forks source link

Does this do SSR #3

Closed pjebs closed 1 year ago

pjebs commented 2 years ago

Does using this allow for SSR of javascript front-end applications with go backend?

petaki commented 2 years ago

Currently this adapter does not support SSR, but I plan to implement it after the official adapters are finished.

petaki commented 1 year ago

Added SSR support: https://github.com/petaki/inertia-go/releases/tag/v1.5.0