SSR React in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-ssr-poc

    Simple implementation of SSRing React in Go

    Go SSR POC GitHub Repository

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • go-react-ssr

    Build full-stack web apps with Go & React. End to end type-safety and lightning fast ⚡️

    Go React SSR GitHub Repository

  • dom-examples

    Code examples that accompany various MDN DOM and Web API documentation pages

    I added polyfills for the Web APIs used in the React code.

  • v8go

    Execute JavaScript from Go

    Firstly, I used rogchap/v8go to execute JavaScript in a Go environment. I listed other options below.

  • goja

    ECMAScript/JavaScript engine in pure Go

    dop251/goja

  • otto

    A JavaScript interpreter in Go (golang)

    robertkrimen/otto

  • quickjs-go

    golang binding quickjs

    quickjs-go/quickjs-go

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • quickjs

    Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter. (by elsaland)

    elsaland/quickjs

  • esbuild

    An extremely fast bundler for the web

    Use esbuild to build the React code into a form executable on both the server and client sides.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Running a Javascript VM in Golang: Data Transforms via User Scripts

    3 projects | dev.to | 28 Jun 2024
  • Choosing scripting extension - need advice

    14 projects | /r/golang | 20 Apr 2022
  • Suggest me a service where I can **easily** upload huge files with api and getting them by links or api?

    2 projects | /r/webdev | 6 Mar 2021
  • Using Javascript plugins in Go

    2 projects | /r/golang | 3 Mar 2021
  • v8go: JavaScript in Go - v0.5.0 released 🎉 Global Objects, Function Templates, Go callbacks and loads more!

    2 projects | /r/golang | 7 Feb 2021

Did you konow that Go is
the 4th most popular programming language
based on number of metions?