79670472

Date: 2025-06-18 10:43:21
Score: 2.5
Natty:
Report link
const myPromise = fetchData();

toast.promise(myPromise, {
  loading: 'Loading',
  success: 'Got the data',
  error: 'Error when fetching',
});

https://react-hot-toast.com/docs/toast

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pra dev