#nextjs Link onclick event
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
anyone know how to add onclick to nextjs Link component so i can make a call to a typescript function?
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
salzar is right