Remix.run Logo
gdotdesign 13 hours 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.

sabellito 2 hours ago | parent [-]

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

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

React Hook Form is beastly.