-
Are there any samples or info on how to use client side nav with breadcrumbs. Trying to avoid the page reload with the Link component. I have an edit page and once the edit is saved, the user comes back to the original page. Since i am using the Link the page is reloading. I saw an earlier post about nextjs, but i am just using plain react. Any pointers or help really appreciated. thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As our documentation for Link component recommends, you can prevent default behaviour for the event and apply desired navigation yourself. Same works for breadcrumbs |
Beta Was this translation helpful? Give feedback.
As our documentation for Link component recommends, you can prevent default behaviour for the event and apply desired navigation yourself. Same works for breadcrumbs