All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
3k views

why nextjs link is prefetching on each hover?, how to disable it?

so it seems I'm using the latest version of Nextjs which is 13.2.4v, i also not using the app or src directory. the problem is when i hover on the Link Next component, it will send a request to the ...
kxown's user avatar
  • 165
1 vote
1 answer
387 views

NextJS Link with anchor navigates to the site's root

I'm new to NextJS, and I'm working on a page that's under a /security/ path. On the file /app/security/page.jsx I have a simple link to an anchor tag <Link href="#data-storage" scroll={...
pfandrade's user avatar
  • 2,419
0 votes
3 answers
9k views

Next.js 13 routing params

Hi folks first of all i am new to react and nextjs. So i am sorry if my question is stupid. I am currently building a navigation with nextjs 13 within new the app folder. Here is my navigation ...
AndiGo's user avatar
  • 1
0 votes
1 answer
90 views

Next.js link component send parameter = undefined

How can I pass parameters to a component using the Link component? The following doesn't work. I always get undefined in SinglePost. <Link key={2} href={{ pathname: "/...
Captai-N's user avatar
  • 1,340
0 votes
0 answers
474 views

NextJS13 doesn't scroll to top after redirect

I've wrote a whole code of site using but unfortunetly in NextJS 13 it doesn't scroll me to top of the page after redirect. Any ideas why? I checked documentation and there is scroll={true} as ...
Mefereczek's user avatar
-1 votes
1 answer
203 views

does next link has built in style

Next Link ruin my style (display flex) <main> <div className="flex"> {res.results.map((movie) => ( <Image src={imagePath + movie....
Ronell Villamil's user avatar