Web development nowadays seems incomplete without API's as most of the websites we build are using some kind of API to power a feature in it or to ...
For further actions, you may consider blocking this person and/or reporting abuse
Great article and you explained very well about the usage of dependencies with useEffect
Thank you very much bro
Thanks for writing this Amazing Article. I just used the use effect hook in a movie review web application to fetch movie api from the omdb movie api.
Thanks once again.
Welcome and Thank you for the appreciation
This was very helpful
Thank you π
Great guide
Thank you π
With all due respect, I have to ask. Why are there zillions out there of tutorials and articles about data fetching in usEffect hook? while in most cases this is the worst possible way to do it. In the shiny new Next.js we can simply call async functions in Page components, but even before that we had useSWR or useQuery for API calls.
I feel like every article here is just a copy and paste from the doc. There are XXX numbers of articles about the same thing.
Great Information. I personally use Axios to make API calls and bind the data.
Thank you sir. I am learning full stack it is very helpful me to understand how it works.