Konstantin Grigorchuk
Konstantin Grigorchuk
I found repo with [validators benchmarks](https://moltar.github.io/typescript-runtime-type-benchmarks/). Zod in it not so good as I expected. I wrote simple test for my model and custom validation function, which fully corresponds to...
С выходом новых версий библиотек код не запустился "как есть", поэтому предлагаю обновить зависимости и подправить код
Sometimes you need to know which of the props have changed relative to the previous render. This is useful when debugging memoization. API can be like this: ```JSX function MyComponent(props)...
TypeScript think that zero element of array is possibly undefined, even if arrays length was checked