timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.55k stars 313 forks source link

Is react-hot-toast compatible for Vue 2? #278

Closed MadhabaPatra closed 1 year ago

MadhabaPatra commented 1 year ago

I use this library for my react projects. Is this also supported for Vue 2?

If yes, then can someone please give me any doc reference/snippets to use it in Vue. if no, Is there any alternative library for vue 2.

My problem statement is to show a "loading" toast and handle api call and update the "loading" toast to "success" or "error message" based on api response.

timolins commented 1 year ago

react-hot-toast is only available for react right, and I'm not aware of any alternatives. Feel free to post here if you find any.

Also, duplicate of #210