I am working on a React app which makes a lot of API calls, is there a middleware which can basically intercept all calls and console them similar to Multer for Express server.
In addition, I wonder if there is a general logger for events like errors, APIs, etc. in React.