I am working on creating a registration profile installation thread for a new application using React + Redux.
I found the following example for the reduction form wizard:
http://redux-form.com/6.7.0/examples/wizard/
This is apparently the closest example, but the problem is that each step of the wizard does not change the URL, so if the user clicks the browser forward / backward or updates his browser, it will break.
Would it be nice if the master reducer had permanent URLs? If so, then any pointers for response will be appreciated, a novice reduct on how to properly approach this issue.
something where the wizard has urls, for example:
/wizard/name /wizard/profile /wizard/photo
Thanks!
reactjs react-redux redux-form
Anapprentice
source share