Slide 23
Slide 23 text
➔ Typescript is awesome, but it’s good only on built time
➔ Create a validation layer between your app and the outside
• Prevent execution of code with wrong data
• You can get notifications if something is changed
➔ Using Zod, you can guarantee your types, both built-time and run-time
Conclusion