Has anyone used lib zod with WeWeb?
Hello, zod and other libraries like these (schema validators) are supposed to be used on a backend, I know this can be implemented in Supabase with their Edge Functions.
Yes, it is generally used in the backend, but I would like to do some validations on the web through formulas with zod.
I managed to resolve it with https://joi.dev/.
I installed it via npm ‘joi’ and it works perfect. Furthermore, its documentation is very complete.