0

I am newbie in react native. So i need your help right now. Can you show me some source code about handling multiform in react native? In redux surely. I have added one more parameters in actions, reducers and the component but still not working.

user8784065
  • 39
  • 2
  • 6
  • this is a topic which is explained in a lot of websites with a simple search. Please use the search before asking a question. – EnriqueDev Nov 03 '17 at 10:33
  • Possible duplicate of [Update redux state with an input](https://stackoverflow.com/questions/34474272/update-redux-state-with-an-input) – EnriqueDev Nov 03 '17 at 10:36
  • could you show me the url? i just tried using one form and it works. but i want to add one more parameters in the same action but it doesn't work sir. i have searched for 2 hours about this. i can't find the example – user8784065 Nov 03 '17 at 10:36
  • @EnriqueDev i've tried single input like that. thanks btw, but i don't know update redux state with multi input. – user8784065 Nov 03 '17 at 10:42

1 Answers1

0

This is a topic so widely documented that should not be asked here, but since you have take a look at:

https://medium.com/@rajaraodv/adding-a-robust-form-validation-to-react-redux-apps-616ca240c124

https://hackernoon.com/using-forms-in-react-redux-tips-and-tricks-48ad9c7522f6

https://x-team.com/blog/tutorial-forms-in-react-and-redux/

Even though hey are for react all the concepts are appliable. Please, this is just the first results of a google search, use it.

EnriqueDev
  • 1,207
  • 2
  • 12
  • 25