How do I redirect to a functionally different page (without reloading the page) in Nextjs? #63299
Unanswered
emrahaydemir
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to redirect to a functionally different page in nextjs. The redirection is successful but the page is reloaded. I tried
react-router-dom
, but this doesn't work. I searched on the github but couldn't find any result. Is there any way to do this?Beta Was this translation helpful? Give feedback.
All reactions