Typescript. Runtime. And In Between.
June 28, 2023
15:35
Hall A
English | Intermediate
Typescript has become a code of conduct in the industry in the last few years, and for a pretty good reason. However, if you want to really cover type validation in runtime- TypeScript alone isn’t enough.
In this session we're going to go under TypeScript’s hood and understand the difference between compile-time and runtime. We will see where are the places where can’t trust TypeScript to validate our types.
We will explore Zod and see some cool tricks and best practices we can apply to improve runtime type safety to any code base