validation
-
Solved: What is the state of form libraries in 2026?
Choosing a frontend form library in 2026? This guide cuts through the noise with battle-tested advice for solving complex validation and state issues. Continue reading
-
Solved: Zod: how to check if string is valid int64 while preserving string type?
Validate a string as an int64 with Zod while preserving the string type. Avoid JavaScript precision loss with large numbers from databases like BIGINT Continue reading