In a project it is already defined that we are going to use Golang for the Backend and its Siris framework, but for the Frontend react is going to be used. I have not seen that integration before.
In a project it is already defined that we are going to use Golang for the Backend and its Siris framework, but for the Frontend react is going to be used. I have not seen that integration before.
I was seeing that Siris uses the HTTP methods, such as GET, POST, UPDATE, DELETE, there is a very easy to use and effective http client called Axios https://github.com/axios/axios the documentation is very clear I see that siris In main there is this method
in axios you will use something like this
since it uses promises it will return a response from the server, or an error. I recently built an app with vuejs, axios and go it works great. Cheers