rxjs-docs
rxjs-docs copied to clipboard
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:/...
A/O 8/23/2018, I've seen this wizard hailed on youtube (i.e.: https://www.youtube.com/watch?v=ou3oRHaUpQA) and in stackoverflow, however, when I go to the RxJS site at http://reactivex.io/rxjs , I'm redirected to https://rxjs-dev.firebaseapp.com/ which...
The docs have been migrated to the main repo: https://twitter.com/BenLesh/status/1024808680087121920 Can we consider deleting this repo, updating the README to point to the main repo or updating the repo description...
Are there any plans to incorporate the [find-the-right-operator widget](https://github.com/ReactiveX/rxjs/tree/master/doc/decision-tree-widget) in the new documentation?  And if so, could it be placed somewhere more prominent? I'd been using RxJS for a...
Hi, I just cloned the repository and tried to build the documentation, but to no avail. Here is what I've done: Since I have the newest version of node, npm...
Add docs for operator zip under group combination Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters -...
Add docs for operator catch under group error handling Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters...
Hey all! Say hi if you're interested in contributing! :) Happy to help you get involved! :) Feel free to email me anytime too [email protected]
In the Purity section of the Introduction, the last paragraph describes scan() working "just like reduce for arrays". https://rxjs-dev.firebaseapp.com/guide/overview#purity It is similar, but not identical, since scan still emits every...
Hello, What's the relation between the site from this repo http://rxjsdocs.com and the once specified in an official rxjs repo rxjs-dev.firebaseapp.com ?
`tap`, `catchError` and `throwError` operators jsdoc still refer to the old marble images. - https://rxjs-dev.firebaseapp.com/api/index/tap shows https://rxjs-dev.firebaseapp.com/img/do.png - https://rxjs-dev.firebaseapp.com/api/index/catchError shows https://rxjs-dev.firebaseapp.com/img/catch.png - https://rxjs-dev.firebaseapp.com/api/index/throwError shows https://rxjs-dev.firebaseapp.com/img/throw.png Not sure about how these...