Skip to content

Commit 8cb1718

Browse files
authored
docs(rx-stateful): add key benefits
1 parent 0dcb6b6 commit 8cb1718

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

libs/rx-stateful/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# @angular-kit/rx-stateful
22

33
`rxStateful$` is a powerful RxJs operator that wraps any sync or async Observable and provides a
4-
stateful stream.
4+
stateful stream. It does offer out of the box
5+
6+
- 🔄 loading state
7+
- ❌ automatic error handling
8+
- 🔄 refresh-mechanisms
9+
- 🔴 multicasted stream
10+
- ⚙️ powerful configuration possibilities e.g. to keep the last value on refresh
11+
- ⚡️ soon: a non-flickering loading state
512

613
Hint: You can use it on both sync and async Observables. However the real benefits you will get for async Observables.
714

0 commit comments

Comments
 (0)