-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Switch to Redux observable implementation #123
Comments
stubailo
changed the title
Switch to Redux observable implementation when merged
Switch to Redux observable implementation
Apr 19, 2016
You mean Rxjs? |
No, redux has built in observables now. I feel like Rxjs observables are way too heavy to be a standard part of the client, but we should make it possible to use them! |
Okay. We'll work on a simple wrapper for Rx. |
OK it turns out that using that won't help us at all, because the shim for observable is very simple. Closing in favor of #149 for RxJS. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
reduxjs/redux#1632
Then maybe we won't need our own shim!
The text was updated successfully, but these errors were encountered: