У нас вы можете посмотреть бесплатно Catch Type Errors at Runtime with Zod: An Intro to this JavaScript Library или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Zod is a runtime type checking library for JavaScript that can help you catch type errors before they cause problems in your code. In this tutorial, you'll learn how to use Zod to define strict schemas for your data and ensure that your variables always have the correct type at runtime. By following best practices for type safety, you can write more reliable and maintainable code. This tutorial covers the primary use case of Zod and some of the cool helper methods it has. By the end of the video, you'll have an understanding of how to start integrating it into your project and why it is growing in popularity. 🐱 Repository for code in the video: https://github.com/Jimmydalecleveland... ~~~~~~ 00:00 - What is Zod and why is it gaining popularity? 01:12 - Repo starting point quick walkthrough 02:51 - Standard ways to Type a fetch result 05:23 - Adding Zod to get runtime type checking 08:33 - Zod parsed results error output 10:03 - Fixing the error with Zod enforced actual fetch response 11:51 - Zod validation methods 15:08 - Transforming returned data with Zod 16:35 - Wrap-up and thoughts ~~~~~~ Follow Jimmy Cleveland's doings: twitter: / jimmydcleveland blog: https://blog.jimmydc.com/ #typescript #zod