Saturday, May 6, 2023

Next Server Actions#nextjs.org

Vercel had their Ship event this week and lots of new products came out.

I'm most interested in Next.js and the app router now being ready for production.

With this also came the release of Server Actions which is basically how you do mutations in Next.

A quick glance at the docs and I'm not sure this is an amazing solution. I probably need to watch some YouTube videos and understand how all the pieces work.

I'm guessing there will be a library built on top of Server Actions to make it more flexible and go beyond the basic <form> element use case.