Relative Content

Tag Archive for javascripttypescriptnext.jsshadcnui

onSubmit not firing when clicking shadcn-ui Nextjs

I have a route to edit my data as /students/update/[id], and another one to create a student as /students/create. I also have a route at api/students so that I can send POST requests to that endpoint with my form data and update my database.