history.push() in Remix #10616
Unanswered
WreewanMorhee
asked this question in
Q&A
Replies: 0 comments
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.
-
I want to do some thing like:
history.push('/?id=abc')
and only client side will re-render component, loader will stay still.
and component could get new query string
this is very common use in Create React App but is there any way could also achieve this in Remix Run ?
Beta Was this translation helpful? Give feedback.
All reactions