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:/...
Take TS files and convert them into ASTs. Traverse ASTs to extract out documentation.
Just kicking off a discussion regarding versioning documentation for different releases of RxJS. Similar to angular.io, vuejs.org ..
Add docs for operator let under group utility Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters -...
route for the getting started page and link to andre staltz page https://github.com/ReactiveX/rxjs-docs/issues/33
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...
This shouldn't be merged yet but I wanted to open a PR for discussion regarding how we want to handle larger, library or framework dependent examples. This is something that...
I think we should provide some informations how to test observables. In general most developer feel quite uncomfortable testing rxjs parts. Maybe we could reference good blog posts about it...
There was [just an issue in rxjs core ](https://github.com/ReactiveX/rxjs/issues/3244)where someone didn't understand how the events emitted from merge will be ordered. We should probably put a small explanation of ordering...
Add docs for operator fromEvent under group creation Below is minimum details needed - [ ] name - [ ] operatorType - [ ] signature - [ ] parameters -...
The docs on http://reactivex.io/rxjs/ currently contain the docs generated from https://github.com/ReactiveX/rxjs and are not updated for years, wasting hours of development time because of mistakes. The rxjs-docs docs should replace...