maxence-charriere / go-app

A package to build progressive web apps with Go programming language and WebAssembly.

Home Page:https://go-app.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ssr to make the google gods happy

gedw99 opened this issue · comments

commented

Anyone got any thoughts about how to also do SSR.

My take is that we run the same code on backend and frontend . Every html endpoint on the server could render the html using go-app and send back the standard go-app.

the client can then render the html and then async background load the go-app Client.

@gedw99

Anyone got any thoughts about how to also do SSR.

go-app already handles server side rendering, leveraging the same UI component structure used on the client. See https://go-app.dev/seo

mailjet-apiv3-go

mailjet looks interesting, but I'm not sure what it has to do with go-app

commented

thanks @mlctrez

oopsy about the mail-jet. - was tired and posted in wrong tab :)

About SSR, this is great. I will try it.