fetch() vs. XHR performance for making API calls

In today’s episode, I talk about something new I learned last week: that `fetch()` can actually be more performant than XHR for making API calls.