Hacker News new | ask | show | jobs
by gdotdesign 269 days ago
> have you thought about including Form Validation to the core lib?

There is a module for that in the standard library (https://mint-lang.com/api/Validation). Moving the functionality into the language level is intriguing.

1 comments

I meant to say more than validation, something like this feature set:

https://www.react-hook-form.com

React Hook Form is beastly.