You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Should have example code
Should document if golang's net/http is used or external node module like requests/axios needs to be added
The text was updated successfully, but these errors were encountered:
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?
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
net/http
is used or external node module like requests/axios needs to be addedThe text was updated successfully, but these errors were encountered: