如何在Go中进行React Server Side渲染

Is it possible to do React SSR from a Go server? If so, how?

I've tried these 2 repo from github, but they're outdated:

  1. https://github.com/olebedev/go-starter-kit
  2. https://github.com/davehancock/react-ssr-sample-golang

I know, that

we can hydrate and renderToString from React side

but how can I bind data that coming from Go?