-
I tried to reuse the with-redux-thunk example. Looks like redux state is lost in dynamic routes. |
Beta Was this translation helpful? Give feedback.
Answered by
rokinsky
Aug 25, 2020
Replies: 1 comment
-
@tanmoytb this should work fine, check if your pages are reloaded during transitions - you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tanmoyAtb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tanmoytb this should work fine, check if your pages are reloaded during transitions - you should use
next/link
correctly (withas
andhref
props) to prevent reloading.