Reactjs – How to open a link via "router.push" in a new tab using Nextjs router from next/navigation
I am developing a Nextjs app and would want to direct user to another link using router.push but I do not know how to open the link in new tab. please advice. thank you. My code is like this right…