Lessons from open-source: Replace zod with superstruct if you do not use zod’s advanced capabilities
This lesson is picked from Next.js source code. In this article, you will learn how Next.js replaced zod with superstruct.
As I was looking at the is-error.ts, I found an import isPlainObject.
Technically, I should have looked into shared/lib/is-pla...
ramunarasinga.hashnode.dev2 min read