#nextjs Link onclick event

3 messages · Page 1 of 1 (latest)

pliant oyster
#

anyone know how to add onclick to nextjs Link component so i can make a call to a typescript function?

fathom ember
#

Might be better off using a button or an a tag and having it do whatever your function needs to do and have next/navigation redirect to the url

languid barn
#

salzar is right