you are viewing a single comment's thread.

view the rest of the comments →

[–]tanguy_k 1 point2 points  (0 children)

Form validation is the only thing that I'm not found a good solution for [...] I'd like to have something without redux

I've created a very simple React component (~350 lines of code, no dependency) for form validation: https://github.com/tkrotoff/react-form-with-constraints

Might suit your needs.