react-albus
react-albus copied to clipboard
how to dynamically determine next/previous steps based on state?
Put in another way, how do I use this as a finite state machine? Sometimes a wizard might have steps A >> B >> C >> D. At D, you can return to B, but only on condition x.
Is this sort of logic exposed in this lib?
Hi @daniellizik I might be late, but I released WhizFlow for that purpose!
You can check it out - it's fully headless and logic is detached from the React components.
This issue is stale because it has been open 30 days with no activity.