top | item 24964388

(no title)

ricksharp | 5 years ago

Everybody makes state management hard.

All you need is a simple layer to make your typed api calls.

export const ApiService = {

  return {
    getSomeStuff: async () => ...,
    postSomething: ...,
    etc,
  };
}

discuss

order

No comments yet.