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:/...
The website is out of date compared to the checked-in code. Example: Observable.subscribe isn't documented yet, even tho there is some jsdoc in the code if one digs through enough....
Add docs for operator fromPromise under group creation 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...
Add docs for operator groupBy under group transformation Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters -...
Examples of these would be Redux Observable
Add docs for operator toPromise under group utility Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters -...
No jsdoc exists in the code for next or most other methods on Subject. Filing a new bug, as requested in https://github.com/ReactiveX/rxjs/issues/2656#issuecomment-345958269
Angular reactive forms facilitate a reactive style of programming that favors explicit management of the data flowing between a non-UI data model (typically retrieved from a server) and a UI-oriented...
Per an issue filed in the rxjs repo - https://github.com/ReactiveX/rxjs/issues/3184