HTTP Request with Axios in Reactjs - Absolute beginners

preview_player
Показать описание
Axios is one of the most HTTP request libraries. In this video, I am going to show you how to use Axios in Reactjs.

🔔 Don’t forget to subscribe 🔔

🤗 Let’s connect 🤗:

Related Videos:
Рекомендации по теме
Комментарии
Автор

Hi great video, could you show one about doing Get request?

thepierrem
Автор

thank you so much for all your work but I have a quastion what should I do if I want to fetch all the information that belong to one user from the Api?

shrooqalhazmi
Автор

Hi, I am using
this.props.history.push({
pathname:`some path`,
state:{ object :object}
}) ;
on handleSubmit click
And reading the data into routed component like


This is working fine when I am using BrowserRouter even when i refresh the page i get the values on page BUT when I am using Hashrouter and I refresh the page I get error saying
Can not read properties of undefined

Please help

shyamsoni