# README
HTGO
HTGO is a simple and fast React server-side rendering library for Go.
Features
- Fast: HTGO is built on top of esbuild and v8go for server-side rendering.
- Simple: provides a minimal API for building SSR pages.
- Easy to use: is easy to use and requires minimal setup.
Related projects
- https://github.com/augustoroman/go-react-v8-ssr?tab=readme-ov-file
- https://www.reddit.com/r/golang/comments/nzsp3m/how_to_server_side_rendering_with_react_in_golang/
- https://www.reddit.com/r/golang/comments/lcozaz/react_server_side_rendering_in_go_ssr/
- https://github.com/K-Sato1995/go-ssr-poc/tree/main
- https://dev.to/k_penguin_sato/ssr-react-in-go-3ej
- https://github.com/quickjs-go/quickjs-go
- https://github.com/rogchap/v8go
- https://github.com/dop251/goja
- https://blog.devgenius.io/make-optimized-server-side-rendering-with-react-and-go-part-1-preparing-spa-68d1fba9512e
- https://github.com/davehancock/react-ssr-sample-golang
- https://github.com/natewong1313/go-react-ssr?tab=readme-ov-file