Zod Validation Typescript - Validate Your Code in Runtime

preview_player
Показать описание
Learn Zod validation library which helps us to protect our Typescript blind stop in runtime. Typescript can't protect us from data that we get in runtime from different sources. Zod is a solution to that. With Zod validation we are sure that our application won't break in runtime.

FOLLOW ME

REFERENCES
Рекомендации по теме
Комментарии
Автор

One question: there are many react clones of popular websites tutorial on youtube, can we code a clone and add to our public github repository ? I don't want to use it for any business or sell it to somebody. I want to use it just to get job, that shows my skills, so is it illegal to code for example google clone(using google logo and google api) and add it to my public github repository?

waleedsharif
Автор

Thanks a lot for completing my request

idiot
Автор

What editor are you using and is there a specific reason you don't use VS Code?

anton
Автор

Can you please record a video on how to install and configure a code editor like yours?

taras
Автор

It's too basic explanation, plase create a video with advanced usage of zod, some complex validations and etc.

shakapaker
Автор

zod is very useless if you don't run the API. API change or backend change can still silently break your frontend project unless you already have UI automation tests in place.

pvchio