React useEffect fetching API
Aug 27, 2022 · 3 min read · Hello everyone today i will show you how to fetch API in react js using 'useEffect'. Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. What does useEffect do? By using this Hook, you tell...
Join discussion