Right now, mutating data works mostly the same as it always has for what is known as client components. The Next.js team is currently working on an RFC.


Mutations will probably happen client-side on some event like click, so use whatever you've used before to handle this.