Hi, My name is Sandeep Kumar and I am a Software Engineer from INDIA.
Connect with me on LinkedIn | WhatsApp me

Article with Tag: useEffect api call

What is useEffect Hook? How to Fetch data from API using useEffect

useEffect hook is used to manage side effects that are not related to component rendering. Mostly useEffect hook is used for managing console logs, animations, loading data,…