Back to Refine

React Toastify Integration | Refine v4 Notifications

documentation/versioned_docs/version-4.xx.xx/examples/notification-provider/react-toastify.md

3.25.0610 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" />