lndr-mobile icon indicating copy to clipboard operation
lndr-mobile copied to clipboard

Move Validation Code to the form layer

Open TheAznShumai opened this issue 7 years ago • 0 comments

image

Validation Code can now be moved into form layer using redux forms. https://redux-form.com/6.0.0-rc.1/examples/asyncvalidation/ This allows for less clutter in the actions as the form should have authority over client side validations.

TheAznShumai avatar Jan 11 '18 02:01 TheAznShumai