How to build a modern web app with Go and React
Go is a fancinating language for building backend service, while React is a modern framework for building frontend web app. I would like to share my experience on how you can put this two together to build a full stack web app.
The structure
The chance is you probably can find a template on github and develop your app based on that. But I recommend you pause for a second and think about the structure of the codebase. There are basically two options: