标签: reactjs infinite-scroll
我没有使用任何程序包就实现了无限滚动。现在,我想在滚动页面时在url中添加url参数。有一个例子。
https://www.livingshop.dk/gaveideer/
https://www.livingshop.dk/gaveideer/#/page/2
谢谢。
答案 0 :(得分:0)
您可以使用https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method
如果您使用react-router:https://github.com/ReactTraining/history#navigation