Javascript – Next js dynamic route issue
I am currently learning next and I am confused as to how to implement dynamic routing. Here is what I am doing: "use client" import React from "react"; import { useRouter } from "next/router"; const ID = () => {…