Reactjs – How I pass data between one component to another in Nextjs 13 with App Router?
Problem Statement: In NextJS 13 with app router, I want to pass data from "/experimental" to dynamic route "/experimental/${id}. It gives me 'router.query' as it is undefined. I tried using 'next/navigation' in the nextjs 13 with app router. I can't…