Sep. 29, 2024September. 29, 2024How to validate forms on the server side using Zod and Next JS Server ActionsForm validation helps to ensure that users of our application submit accurate and secure data that we intend to collect and use, like email addresses for newsletter marketing. Also, it helps preven...BySammy MathiasDownload full article12 min read
Sep. 26, 2024September. 26, 2024How to Build an Interactive Photo Gallery with Modal Views in Next.js Using Parallel and Intercepting RoutesIn the React and Next.js world, you're probably familiar with building complete User Interfaces using blocks of components. It may be a small registration form made up of HTML inputs for first name...BySammy MathiasDownload full article8 min read