How to replace the URL but not trigger the backend load function? #13950
Answered
by
brunnerh
NeroBlackstone
asked this question in
Q&A
-
I tried It's annoy. My use case is: A ChatGPT like front-end web page:
When start a new chat at But if I use It's annoy, I just want to replace URL but do nothing... |
Beta Was this translation helpful? Give feedback.
Answered by
brunnerh
Jul 3, 2025
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
NeroBlackstone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replaceState()
should not reload the page or call any load functions.Please provide a minimal reproduction; maybe something else is causing the problem.