Reactjs – Can't navigate to another page/route using 'react-scroll' with NextJs14
Is it possible to navigate or go to another route using 'react-scroll' with NextJs14? For example: I want to navigate to the Blog Page. Or should I use Link from 'next/link' with pathname or params to extract the route name…