#Common Frontends for Go web projects.

3 messages · Page 1 of 1 (latest)

signal zinc
#

I've written a number of web orientated projects using Go as the backend. The language is great, but I'm not happy with the frontend tech I've been using. Usually JS based options like Vue and standard Go HTML templates.

What are some of the better common or popular ways of building frontends for Go SPAs or simple admin/web forms? Thanks,

violet pendant
#

I don't believe any frontend is going to be better than another when using Go as a backend.

#

The reason is that the interface is usually HTTP, regardless of what frontend lib you use. They all support that.