Reactjs – what is the best way to call api and using that in react and next js project?
I have lms(learning management system) project using react and next js. I'm going to create a js file named apiFunctions and put all API caller function(using axios) in it and call these function each page I need and pass as…