▲ Making HTTPS request in React at blog.bitsrc.io▼1 up and 0 down, posted by jonisar 2083 days ago 2 comments
kornflexx 2082 days ago. link 1 point ▲ ▼It is ok for a small app to call http method directly in a component method. But, for production, you usually pass this kind of function by props.
tracker1 2083 days ago. link 1 point ▲ ▼Kind of a meh article. There's very little point to the Angular example, and the rest doesn't provide much. IMHO, for the most part, just use fetch, and write your own abstraction for your API access over that.