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

Investigate using RxJS observables with store-connected properties #10

Open
KarlPurk opened this issue Jul 10, 2016 · 0 comments
Open

Comments

@KarlPurk
Copy link
Owner

Currently @Store and @State just push new changes into a property on the target class.

We should investigate how an implementation using RxJS observables could work.

Would it require a new decorator or can we extend an existing one?

Are these mutually exclusive or should we allow users to mix observables with normal properties?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant