Skip to content

hkim-dev/nextjs-toast-notification

Repository files navigation

Next.js App with Toast Notifications

This repository hosts a sample Next.js app that uses createPortal for custom toast notifications. Blog article for

Run the app

To spin up the development server, follow these steps:

  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

App in Action

Here's a preview of the toast notifications in action: toast_notification_in_action

Learn More

For a detailed guide on implementing toast notifications in a Next.js project, check out my blog article.

About

This repository hosts a sample Next.js application showcasing the implementation of dynamic toast notifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published