Replies: 1 comment 2 replies
-
Been wondering how to do this for quite a while now... Have you managed to find a more elegant solution than embedding it in the url? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With the code from the
deleteContact
action in the tutorial: https://reactrouter.com/en/main/start/tutorial#deleting-recordsI want to add a message like, "Contact Successfully Deleted!" at the
"/"
path. How would you pass that string along for that notification at"/"
? Query parameters seems messy....Beta Was this translation helpful? Give feedback.
All reactions