8. API CALLS - fetch() vs axios()
What is an API ?(Application Programming Interface)
An API is a bridge that allows two programs or services to talk to each other by sending and receiving structured data (usually JSON).
In MERN:
Backend (Node.js + Express + MongoDB) provides the ...
rajputayushreact.hashnode.dev2 min read