10x your code with the facade pattern, currying, and closures
Doing fetch requests is one of the most frequent tasks as a front-end JavaScript developer. If you are doing different fetch calls to different services on the same project, you might benefit from the facade pattern, currying, and closures.
The Setup...
blog.mauriciorobayo.com6 min read