rocketlaunchr / react

Super lightweight Go bindings for react.js
Other
147 stars 11 forks source link

(Improvement): Included examples and documentation for Rest API usage #2

Open denzuko opened 8 months ago

denzuko commented 8 months ago

As a user I would like to develop a full SPA application that talks to a graphql backend So that I can rapid build a product my users would use.

As a developer with experence with h2o.ai Wave and Nitro plus React+Typescript I would like to use the same Golang code base(s) And I would like to follow practices that have improved our back end And I want to drop bloated Python/Node development environments So that we can maintain rapid development with secure code And so that we can ensure lower resource requirements And so that we can comply with SecDevOps best practices with binary distribution of code

Scenario: Document how rocketlaunchr/react handles http requests

denzuko commented 8 months ago

TR;DR: I get we're using gopher.js here in this project but does that mean we use net/http/request or does one have to use a javascript library for http requests?