rxjs-docs icon indicating copy to clipboard operation
rxjs-docs copied to clipboard

RxJS recipe book

Open shobhitg opened this issue 7 years ago • 1 comments

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:

  1. RxJS sample snippet for polling an API until a condition is met
  2. RxJS snippet for controlling flow of streaming data. Like this one: https://codepen.io/shobhitg/pen/BJvyZe
  3. RxJS recursion usecases, etc

Thoughts?

shobhitg avatar Jan 26 '18 23:01 shobhitg

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!

niklas-wortmann avatar Jan 27 '18 06:01 niklas-wortmann