Is there nextjs like tool in golang?

Hello there,

I’m curious whether there’s anything similar to NextJS, a Golang-based static and dynamic page generator. I discovered Hugo, but it’s useless for anything other than creating static pages.

Is there any sign of progress? Should a Golang-style nextJS be on the way soon?

Thanks

I am hoping inertiajs gains momentum. That would let people freely mix and match backend languages and front end frameworks while still achieving zero api a la nextjs / blitzjs. Here is a go implementation - GitHub - petaki/inertia-go: ⏩ The Inertia.js server-side adapter for Go. . I have no firsthand experience with inertiajs. I would consider it experimental for now.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.