Next.js Discord

Discord Forum

Help fixing multiple button submissions

Unanswered
Bee posted this in #help-forum
Open in Discord
BeeOP
I have a form that's inside of a server component and I use a server Action to handle my input and make a post request that puts it inside my db however you can just click the button a bunch of times and it will submit the same thing over and over again how can I disable the button after the action is called since I can't use hooks?

1 Reply