F.e: If have a form, with an input, on submit an action gets triggered which then post to an api. Now i have to validate if the user submitted something in the input field.
Hi Marcus Pohorely :
I am stuck in a similar issue as yours, I have asked a stackoverflow question for this :
stackoverflow.com/questions/44502193/form-states-…
I want to know if you were able to figure out a solution to address this issue? If yes, could you please post an example to help me out please.
Thanks
Shankar K
Coding is my passion, profession and hobby
On Action Level.
Keep your form state in a Redux store like redux-form does. Here is a detailed post on adding a robust form validation to react redux apps.