Working Effectively with Libraries (facade pattern)
Introduction
When building web apps, making HTTP requests is something you'll do a lot. Whether you're using fetch, Axios, or another library, having a simple way to handle these requests can make your code easier to manage.
The Problem
Here's how AP...
tigerabrodi.blog3 min read