compulim / react-scroll-to-bottom

React container that will auto scroll to bottom
MIT License
183 stars 35 forks source link

maintain scroll position in infinite scroll implementaion #135

Open sami-lab opened 7 months ago

sami-lab commented 7 months ago

I have chat appliation which fetches new messages when user reach top but as soon as i add new data in state. the content scrolls all the way to the top. I want to keep the view of content where it was before fetching.

le0piovesan commented 3 months ago

+1

@sami-lab have you found a workaround?