Javascript – Is there a way to return data and refresh the page with a server action and Next.js
I'm trying to create a webapp with Next.js (13.4.9) and I would use the server action. With the server action, I would send data to my action, this action is going to treat this data and return me a string.…