rxjs-docs
rxjs-docs copied to clipboard
RxJS recipe book
I really think there is a need of having a Recipe book bundled along with RxJS docs.
It should have RxJS patterns of all kinds gathered from collective wisdom.
Some examples:
- RxJS sample snippet for polling an API until a condition is met
- RxJS snippet for controlling flow of streaming data. Like this one: https://codepen.io/shobhitg/pen/BJvyZe
- RxJS recursion usecases, etc
Thoughts?
I think that this is a really great idea. With informations like that this documentation would become something like a single point of truth and an integral part of the developer experience of rxjs. Great idea. Like it!