Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛁 React best practise for rendering multi-stage user flows #660

Open
astroash opened this issue Jan 30, 2019 · 0 comments
Open

🛁 React best practise for rendering multi-stage user flows #660

astroash opened this issue Jan 30, 2019 · 0 comments

Comments

@astroash
Copy link
Contributor

astroash commented Jan 30, 2019

Currently there is a number of places where we are completely changing the view dependent on values stored in state due to multi step flows. These state changes are evaluated using either case statements or comparison operators. We should research react best practice, to see how best to handle these situations and decide on a standard approach moving forward.

#655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants