From 289d5e86062ebdf62506b5cc1babf5d4062a836c Mon Sep 17 00:00:00 2001 From: Josh Ribakoff Date: Mon, 29 Jun 2020 13:36:02 -0700 Subject: [PATCH] Add https://rxjs.xyz/ (#5539) Continuing the discussion from https://github.com/ReactiveX/rxjs/issues/5538 which was closed, I feel like there is a fragmentation problem where important context for making good use of RxJs is missing from the docs. This attempts to bridge the gap, and implements the suggestion I was trying to discuss before 5538 was abruptly closed, it takes a step in the right direction by making these 3rd party packages actually visible, so readers of the docs are actually aware there is more to the ecosystem than just what is shown on the official docs. --- docs_app/content/resources.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs_app/content/resources.md b/docs_app/content/resources.md index 0827e6c4ce..0817a51ec8 100644 --- a/docs_app/content/resources.md +++ b/docs_app/content/resources.md @@ -4,6 +4,13 @@ This is a collection of resources that can be found to help with the learning pr **Note**: RxJS maintainers are not responsible for any of the following content that is not part of the official rxjs documentation site. Please adhere to the terms and copyrights of the sites and links listed. +## Community Packages + +We occasionally have to reject feature requests for new APIs, as the core RxJS API is already large and imposing. Such rejections usually take the form of suggesting the creation of a user-land package, so that the feature’s utility and popularity can be gauged before considering its inclusion in the core. + +[There’s a site upon](https://rxjs.xyz/) which such user-land packages can be listed — and can be made a little more visible — these rejections will be a little less disappointing. [Browse the community packages at https://rxjs.xyz](https://rxjs.xyz/) + + ## Blogs ### 2018