▲ 12 ▼ Video: Creating interactive frontend apps with GopherJS and React
Fed up of Javascript? Do you pine for Go’s simplicity and fantastic tooling? Learn how to painlessly create interactive UIs in your favourite language… and never write a line of Javascript again!
Register to comment or vote on this story
I'd be curious if people familiar with this technology stack would consider it "production ready."
I find a go backend with a bit of ajax goes a long way - it's easier to reason about than all the moving parts included here, but perhaps if you're building a complex website the tradeoff is worth it? If you use ajax almost all your logic is on the backend, so it should be easier to keep track of the code.