Replies: 2 comments
-
Or Datum (includes a Reloading state) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Either gives us an option to process Error state and Success state, but for frontend rendering I need also a pending state of asynchronous functions. What is the best way (monad) to implement a state machine, which will give us Error, Pending and Success state, so I can fold 3 values, depending on whether my computation is in the progress, resolved or rejected.
Beta Was this translation helpful? Give feedback.
All reactions