jurassix / react-validation-mixin

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

Add reference to react-validatorjs-strategy #67

Closed DanFMoore closed 8 years ago

DanFMoore commented 8 years ago

https://github.com/TheChech/react-validatorjs-strategy

Uses the validatorjs library, which is a lot leaner than Joi.

jurassix commented 8 years ago

Great work! I'll update the docs and readme to reflect this contribution.

jurassix commented 8 years ago

Updated README and added it to the install page in the docs. https://jurassix.gitbooks.io/docs-react-validation-mixin/content/overview/install.html

NPM landing page will not be updated until the next patch/release.

Thanks again for your library.

DanFMoore commented 8 years ago

Thanks, although you've accidentally linked react-validatorjs-strategy to the validatorjs page.

jurassix commented 8 years ago

yeah - seems like this was fixed in another PR though. Apologies. I'll update the docs also to point to the correct repo.