Skip to main content
Version: 3.xx.xx

React Toastify

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. →

Run on your local
npm create refine-app@latest -- --example with-react-toastify