Many modern javascript applications make use of the in-built fetch() API. This API takes care of most of the HTTP stuff and hence reduces the overhead of an external library like Axios or jQuery in many cases. fetch makes use of Promise instead of ca...
techblog.tabrezahmed.com6 min readNo responses yet.