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

UI State Charts #6

Open
LawJolla opened this issue May 15, 2018 · 0 comments
Open

UI State Charts #6

LawJolla opened this issue May 15, 2018 · 0 comments
Labels
topic Meetup topic

Comments

@LawJolla
Copy link

LawJolla commented May 15, 2018

I felt bad pain points developing user state flows (e.g. a checkout form). A lot of nested if statements led to indeterminate states.

But UI state machines saved me! It's a graph representation in code form with finite states. Here's the package I used.

https://github.com/davidkpiano/xstate

@c9rgreen c9rgreen added the topic Meetup topic label May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic Meetup topic
Projects
None yet
Development

No branches or pull requests

2 participants