|
|
|
|
|
by bluebill1049
2443 days ago
|
|
hey, nice lib you got there :) When I was deciding the API, I did have the idea of just collecting form input automatically (similar to forn), but there are few reasons which lead to the final decision: 1. Support React controlled component. eg some of the popular component libs, they are wrapped input inside their component and it's hard to predict which to include during the form submit. 2. React Native <3 3. Attach validation rules, messages and async validation on the individual field level. |
|
I'll try it next time I have to deal with React Native!