My experience with React-hook-form and redux-form
In my recent project, I had to use forms at multiple pages and started with redux-form which is very well built with nice documentation. After a month I came across React-hook-form and it seems way simpler to use, particularly validations. Few things which catch my attention about React-hook-form were: * Less…