KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nextjs-toast-notifications
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Finding-User
:
OSINT tool for finding profiles by username Topics linux
crx-extension-downloader
:
A simple JavaScript script to download Chrome extensions in .crx format directly from a Chrome Web Store page.
aws-managed-kms-keys
:
AWS Managed KMS Keys and their Key Policies
riblet
:
riblet is a command-line tool for efficiently diffing and syncing large sets, using Rateless Invertible Bloom Lookup Tables (RIBLT)
html-json-speed-comparison
:
Comparing SSR into HTML & JSON in Flask
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nextjs-toast-notifications
?
Download (.md)
# Toast Notification Patterns in Next.js _A look at a few possible patterns for adding toast notifications to your Next.js Server Actions with ShadCN/ui and next-safe-action._ --- ### Author Links 👋 Hello, I'm Dave Gray. 📚 [My Courses](https://courses.davegray.codes/) ✅ [Check out my YouTube Channel with hundreds of tutorials](https://www.youtube.com/DaveGrayTeachesCode). 🚩 [Subscribe to my channel](https://bit.ly/3nGHmNn) 💖 [Support My Content](https://patreon.com/davegray) 🚀 Follow Me: - [Twitter](https://twitter.com/yesdavidgray) - [LinkedIn](https://www.linkedin.com/in/davidagray/) - [Blog](https://davegray.codes) --- ### Description 📺 [YouTube Video](https://youtu.be/A_061Vqh6Bc) for this repository. --- ### ⚙ Usage - npx json-server -w data/users.json -p 3500 - In a separate terminal window: - npm install - npm run dev --- ### 🎓 Academic Honesty **DO NOT COPY FOR AN ASSIGNMENT** - Avoid plagiarism and adhere to the spirit of this [Academic Honesty Policy](https://www.freecodecamp.org/news/academic-honesty-policy/). --- ### 📚 Tutorial References - 🔗 [ShadCN/ui Toast](https://ui.shadcn.com/docs/components/toast) - 🔗 [next-safe-action](https://next-safe-action.dev/) - 🔗 [Next.js](https://nextjs.org/) - 🔗 [Next.js Server Actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations) - 🔗 [Zod](https://zod.dev/)