Relative Content

Tag Archive for typescriptnext.jsprisma

How can I pass the date to my backend in prisma NextJS?

so I created a calendar wherein I need to show the current data in that day, like a filter function, but the problem I’m encountering right now, is I don’t know how can I pass the data from client side to server side in NextJS. What I’m trying to achieve is when the client press a certain day, it will pass to the backend.