In angular there is one feature call HttpInterceptor which intercepts Http request and it helps in converting http request before sending and after getting the response from the server. Is there something similar in React Js??
I would like to have the code centralised so that can be managed from one place.