XHR vs Fetch
Since JavaScript is a single-threaded language, it is synchronous in nature. So doing the asynchronous tasks was a pain in the ...
Therefore the concept of AJAX was introduced in javascript. Fetch and XHR is two popular methods that use AJAX.
AJAX
...
devbychance.hashnode.dev5 min read