Relative Content

Tag Archive for reactjsrestnext.jscrud

NextJs router to match Forms

I have a basic app that posts an object to the back end.
Frontend is nextjs and backend is django, thus backend does not matter for this question
I am sticking to crud/rest as much as I can.
My question is what is the best way to show form for any given post.