Hacker News new | ask | show | jobs
by xargon7 3592 days ago
Just this weekend I found this: https://github.com/olebedev/go-starter-kit

It uses the duktape JS engine in Go to render react apps server-side, with live-reload & hot-module replacement during development. Pretty cool!

1 comments

I'm actually quite impressed by that. I had looked into that a bit, but believed Ducktape & React to be too slow to be worth while. This is really interesting!