Tag: async useEffect
Day 17 – Handling Async useEffect, Loading and Error States in React
In the last blog, we learned how to fetch data with fetch and axios. But in real projects, things are never that simple. When making an API call, we often face three main challenges: This blog will teach you how to solve all three using Async useEffect in React. Why Not Write async Directly in […]