frontarm / navi

🧭 Declarative, asynchronous routing for React.
https://frontarm.com/navi/
MIT License
2.07k stars 71 forks source link

scroll restoration #190

Closed tuvudu closed 4 years ago

tuvudu commented 4 years ago

I have a screen as New Feed and have 5 items (A, B, C D, E) - List Page I scrolled to D item position, I clicked to D link to show detail page. When I click to go back (browser), the List Page screen is re-rendered and focus to A item. I want focus old position that is D position when i goBack (Prevent render when goBack). May someone support for me, please!