45. Axios Configuration setup in React. Create custom Axios Instance for config in ReactJS.

preview_player
Показать описание
Hi Friends
In this video, we will see about the Axios configuration setup in React. Also, create a custom Axios instance for the configuration in ReactJS.

The code is deployed in my Github account.

If you like my video, please subscribe to my channel.

#React #leelawebdev
Рекомендации по теме
Комментарии
Автор

Thanks a lot for providing such a good content.

EtymologyEcho
Автор

Tienes merecido tu Comentario y Like. Muchas gracias

outletshelssy
Автор

is there a way to put the configuration in the manifest so i can modify the baseURL for different environments after building?

BleepingWorld
Автор

Your Telugu accent of English is so good

shankarnanda
Автор

So you are saying that if I code:

yada => put it in index => make axios instance inside another file

and that instance will inherit my interceptor ?

But, why is it not working for me ?

kresnaagisna
Автор

Is it possible to pass jwt to the axios instance from a provider context or will the jwt not be available

okechukwuomeh
Автор

how to maintain interceptors in a separate file ?

trinadhrongali
Автор

How can we manage the Tokens in axios and how can we store the token in dynamic veriable

Ashkuvita
Автор

Sir i have a question, If i have a POST API with Multipart formData like sending an image. will it work?

InstagramStatusOfficial
Автор

will this kind of code create any issue?
```
export default {
POST: axiosInstace.post,
GET: axiosInstance.get,
PUT: axiosInstance.put,
DELETE: axiosInstance.delete
};```

reason: I directly want to use GET('/posts');

So will it create any issue or not ?

karanparmar
Автор

at 4:00 the vibrator sound is irritating

deepakzaro