-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Plans for RxJS v8 and Observable spec (roadmap question) #72
Comments
Not really. Something like
Not sure what you mean by this. There is a general, non-language-specific Observable Contract - that all ReactiveX implementations should fulfill. If you are referring to the TC39 observable proposal, I am not optimistic regarding it's chances - it's stalled and for some insight into why, see this comment. However, there is some renewed discussion here. |
Thank you for the clarification and links! (reversed order)
Sorry, yes, I meant the TC39 proposal. I've seen the renewed one, though missed the older thread. And yep, it seems like the new one got stuck as well. I guess I had an overly optimistic vision of that proposal...
With the abovesaid, I hoped that That would've relieved the pressure of implementing/supporting observable-core in ( a chain of wishful thinking 👆) Currently, I'm working on a tool that has (marking this as detached from reality and closing) |
Note that you can always copy an operator to use in your own code and add the licence, etc. The reality is that most of the operators in the package are comparatively simple, tested and are highly unlikely to change. |
Hi, Nicholas!
First of all: great library and thank you for your work on rxjs!
Do you plan to merge (or maybe partially merge) operators from this library into rxjs v8 or higher?
Also, any thoughs/roadmap regarding upcoming yet-fuzzy Observable spec?
Thanks
The text was updated successfully, but these errors were encountered: