Client-side object validation with Yup
Introduction
Typescript introduced many positive things in JavaScript. When used right, it can help with having cleaner code and reducing bugs. However, it mainly works on the compile time, which means it helps you when writing code. Not when running...
kristijan-pajtasev.hashnode.dev5 min read