DEV Community

Discussion on: React Hooks Tutorial: The Practical Guide to Learning Hooks for Beginners

Collapse
 
calvinpak profile image
CP

Any suggestion on how to do multi-page form validations, Ibas? I've looked into react-hook-form but that's probably better for single-page forms. I want to use a custom validator handleSubmit={validate(onSubmit)}, would this pattern work?