Replies: 1 comment
-
Trying to implement same behavior |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Imagine I have a Search result page with first 5 results on ssr next each 5 items are lazy loaded(Infinite Scroll Based on Intersection Observer) from client side, all being pusehd into a redux store.
Now lets say I have clicked on 22nd item after few page scrolls and it takes me to a Product page. When I click mobile native / browser back button, I want it to take me to the same item with same results without rerendering.
Codesandbox
Beta Was this translation helpful? Give feedback.
All reactions