Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SwitchMap stream combinator #2545

Open
ranfdev opened this issue Jan 5, 2022 · 0 comments · May be fixed by #2547
Open

Add SwitchMap stream combinator #2545

ranfdev opened this issue Jan 5, 2022 · 0 comments · May be fixed by #2547

Comments

@ranfdev
Copy link

ranfdev commented Jan 5, 2022

This is really useful when working with GUIs.
For example, it can be used to implement type-aheads: https://www.learnrxjs.io/learn-rxjs/recipes/type-ahead

See the following for existing implementations in rxjs.
https://rxjs.dev/api/operators/switchMap
https://www.learnrxjs.io/learn-rxjs/operators/transformation/switchmap#why-use-switchmap.

I'm currently implementing this, expect a PR soon

@ranfdev ranfdev linked a pull request Jan 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant