NextJS 14 CRUD Forms Example
I recently had to do a proof of concept site using NextJS 14. I hadn’t used NextJS since version 11, and who knew how much could change in 3 major versions? The big change is the use of Server Actions, and then the App Router / /app directory, as opposed to the older client server … Read more