You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have rx-utils package with a bunch of tools built on top of rxjs library. Now we need the same bunch of tools to work with another reactive library - mostjs. Instead of introducing another package, in this discussion, we decided to abstract from stream library.
Let’s start with a discussion of the implementation approach in this issue.
The text was updated successfully, but these errors were encountered:
Currently, we have
rx-utils
package with a bunch of tools built on top ofrxjs
library. Now we need the same bunch of tools to work with another reactive library - mostjs. Instead of introducing another package, in this discussion, we decided to abstract from stream library.Let’s start with a discussion of the implementation approach in this issue.
The text was updated successfully, but these errors were encountered: