-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Hello, I am attempting to add in react-redux-form into my boilerplate app and having a difficult time understanding how the dispatches work.
I have a 3 tier compotenent, FuelingPage
,FuelingForm
, and FuelingFormFirstPage
.
How would I access dispatch
from FuelingFormFirstPage
or even FuelingForm
as instructed here: https://davidkpiano.gitbooks.io/react-redux-form/content/validation.html ? I am trying to validate the form input before changing the page state to the next page.
My current setup is exactly like the existing example with the addition of a changePage
action which changes the appState's
page.
Metadata
Metadata
Assignees
Labels
No labels