Can we just make a to
utility (like identity
)?
#7132
demensky
started this conversation in
Ideas / Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This will eliminate the need for operators like
mapTo
,concatMapTo
,switchMapTo
.In the operators themselves, it will be possible to do this (until they are removed):
This will solve 2 problems:
There will be no need to create extra operators.
You don't have to go to great lengths so that the Observable is not created every time.
Such as creating an extra variable (which is not always convenient) or something like this:
Beta Was this translation helpful? Give feedback.
All reactions