ojasaklechayt / Oju-s-Blogs

A full MERN Stack Blogging website to write out yourself
https://oju-blogs.vercel.app
10 stars 14 forks source link

A single Js file for all the api calls #33

Closed aasimtaif closed 10 months ago

aasimtaif commented 10 months ago

In the frontend code, All the API calls are happening in their respective component This is not the standard way. So there should be a single js file with all API call functions and we can import the function from it

ojasaklechayt commented 10 months ago

Go for it