Echo JS 0.11.0

<~>

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.