Diving into Server Actions in Next.js 14
Explore Next.js Server Actions to write functions that execute on either the server or client side, and build a to-do app to demonstrate the UI results.
Understanding React’s useFormState and useFormStatus Hooks
React released two Hooks intended to help with forms: useFormState and useFormStatus. Learn how to use them in your forms in this post.
Source link