Use react-toast-notifications to add toast notifications to a NextJS app

Share this video with your friends

Send Tweet

A Toast is a non modal, unobtrusive window element used to display brief, auto-expiring windows of information to a user. They are used for status messages and persist between page changes until they have been seen. We'll use the react-toast-notifications library to add this functionality to a basic app.