API Request validation in Next.js
Jul 1, 2023 · 5 min read · Validating a request is a necessary practice and there are different strategies to accomplish it, in this article we'll explore how to do it in Next.js. We'll follow the conventions of the pages router since it is still widely used and fully supporte...
Join discussion