Nextjs notifications
Unanswered
Jersey Wooly posted this in #help-forum
Jersey WoolyOP
I have a nextjs+react app where I have different roles for users and I want to send some kind of notifications system , something like I want to add some data and I want first of all to send a notification to another user before adding it to the database, that user to be able to delete, edit or accept it and send a notification back to the emitting user. How can I implement this kind of system ?
1 Reply
Silver carp
i was in a situation like you and i used pusher.js and integrated it in my next/react app , its for realtime notifications and then from there should be easy to accept it or decline it and proceed with the database logic