So I’m a form submission I’m processing it from the action method and then redirecting with a response. Now I wanna show that response as a toast notification.
Like processing data in file A and then redirecting to file B and wanna show the notification there in B. Maybe implement it in the root to skip writing the same code in every file.
How can I do that?
Thanks!