ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
161 stars 63 forks source link

RxJS recipe book #244

Open shobhitg opened 6 years ago

shobhitg commented 6 years ago

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?

niklas-wortmann commented 6 years ago

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!