LeetCode-OpenSource/rxjs-hooks

A more practical example please.

FrankFang opened this issue · 2 comments

Could you show some examples like this?

+----------+     +-----------+    +------------+
|          |     |           |    |            |
|  button  +---->+   loading +--->+   succeed  |
|          |     |           |    |            |
+----------+     +-----+-----+    +------------+
                       |
                       |
                 +-----v-----+
                 |           |
                 |   failed  |
                 |           |
                 +-----------+

Thanks. It looks confusing for me. But I'll try to understand it.