You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a validation library for [react-formstate](https://github.com/dtrelogan/react-formstate)
6
+
a validation library for [react-formstate](https://www.npmjs.com/package/react-formstate)
7
7
8
8
$ npm install react-formstate --save
9
9
$ npm install react-formstate-validation --save
@@ -121,7 +121,7 @@ note you can provide your own library and aliases. you can plug in [validator](h
121
121
122
122
## expansion
123
123
124
-
[react-formstate](https://github.com/dtrelogan/react-formstate) provides a variety of ways to express [validation logic](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md), including [registering](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md#registering-validation-functions) your own validation functions.
124
+
[react-formstate](https://www.npmjs.com/package/react-formstate) provides a variety of ways to express [validation logic](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md), including [registering](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md#registering-validation-functions) your own validation functions.
125
125
126
126
for minor additions and modifications it's easiest to start there.
0 commit comments