newbreedofgeek / react-stepzilla

A React multi-step/wizard component for sequential data collection
https://newbreedofgeek.github.io/react-stepzilla/
ISC License
618 stars 176 forks source link

StepZilla + Redux (finally) #134

Open newbreedofgeek opened 5 years ago

newbreedofgeek commented 5 years ago

Over the last many months there have been numerous issues raised relating to Redux support. Some claim that StepZilla does not work with with redux whilst others have got it working together. As part of this ticket, we will provide a working example on how to do it and put an end to the confusion.

Should fix / explain:

92

80

55

The main confusion may have been conflicting Redux and React Versions where React-Redux didn’t play well. As part of this ticket React has been updated to 16.4.1 and a working Redux sample has been given in the examples folder.

Enjoy!

PS: I’ll keep this ticket open for users to log any isssues relating to this upgrade and for people to post Redux or React upgrade side effects I did not catch.

luluanacarla commented 5 years ago

Hi! The isValidated func is not is not being triggered when using redux. Im not getting any error, just the function is not being called when changing step. Without redux works perfectly What can I do? I didn't find anything that would help me in the issues already open about it.

SebastienTolron commented 4 years ago

Hey ,

Same here function does not seems to be triggered

Seems that this.refs is empty