Sunday, 16 April 2017

How to use ReactJS and Babel with JSON API in Golang

I have a simple REST API written in Golang. Now I want to have an async UI and wanted to go with ReactJS + Babel or Typescript + fetch() to get data from my JSON api. Don't want nodejs or anything else.

Most of the examples require nodejs and I can't find something to have as an example to build the UI. Could someone help with an example?



via Maklaus

No comments:

Post a Comment