Hi,
I noticed that hashnode.com uses Next.js as its framework. We're using it too at WeCured.com.
We're running into scroll history issues.
Is there anything special that Hashnode.com is doing with Next.js to enable smooth scroll history when clicking the back button on the browser?
Sandeep Panda
co-founder, Hashnode
Hi Joe, The scroll position is automatically preserved in Next.js. We are not doing anything special to enable that. :)