You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Add new step properties, actionsBefore and actionsAfter, which is an array of Redux actions to be dispatched against the Redux store either before the step becomes active or after the step is dismissed or skipped respectively. Providing this allows a tutorial to stimulate an React/Redux application to show a demonstration without requiring the user to enter anything.
For example, using the React TODO application sample:
Add new step properties, actionsBefore and actionsAfter, which is an array of Redux actions to be dispatched against the Redux store either before the step becomes active or after the step is dismissed or skipped respectively. Providing this allows a tutorial to stimulate an React/Redux application to show a demonstration without requiring the user to enter anything.
For example, using the React TODO application sample: