jurassix / react-validation-mixin

Simple validation mixin (HoC) for React.
MIT License
283 stars 38 forks source link

Add reference to yup-validation-strategy #37

Open wali-s opened 9 years ago

wali-s commented 9 years ago

https://github.com/wali-s/yup-validation-strategy

Probably isn't perfect and might miss some edge-cases, but it got me around this issue: https://github.com/jurassix/react-validation-mixin/issues/17

jurassix commented 8 years ago

I'll add it to the docs. Got all but one tests passing on your async PR's will cut a release probably tomorrow and get the documentation updated then too.

Thanks for the contributions.

jurassix commented 8 years ago

Haven't forgot about you. I'm currently updating the strategy contract to support deeply nested validations. I'll provide details and maybe even a pull request when that is completed.

jurassix commented 8 years ago

I've issued a PR and 3 new issues on your strategy. Please update the strategy accordingly.

wali-s commented 8 years ago

Hey, thanks for the updates and the issues you opened.

I believe I took care of 2 of the issues but it'll probably be at least another week until I get to the test cases.

jurassix commented 8 years ago

@wali-s any update on those tests? I would love to help promote your library; I'm just looking for a certain level of confidence with your implementation before we start promoting it.

idealistic commented 8 years ago

Is yup fully integrated now with react-validation-mixin? I'm also interested in other validation strategies than joi as it is too heavy for client side validation. Are there any other libraries in addition to yup?

jurassix commented 8 years ago

@idealistic not that I know of. Could be a good project for someone to pick up ;) Maybe just integrate with an existing validation suite; maybe something like this util?