Help for making a scroll behaviour smoothly with Next.js
Unanswered
Jacquit posted this in #help-forum
JacquitOP
Basically, I am trying to display a list of jobs on a page with pagination. Sadly, it instantly scrolls up to the top when I click the next button. So, I am looking for a way to make this scrolling behavior as smooth as possible, and if anyone can help me do this, I would appreciate that ðŸ™ðŸ» . I am using Next.js and useMutation to request the data.