Back to Refine

React Toastify Example | Best Practices in Refine v5

documentation/docs/examples/notification-provider/react-toastify.md

3.25.0611 B
Original Source

With Refine Notification Provider, you can show notification messages in your application anywhere. These may be warnings or errors that advise an action and help maintain user engagement with the app's functionality. You can use any notification library and manage them with Refine's useNotification hook! In this example we used the React Toastify library to show notifications.

Refer to the Refine Notification Provider documentation for more information. →

<CodeSandboxExample path="with-react-toastify" />