-
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
Integrate with other options for client-side data management #92
Comments
This looks interesting - especially because it has bindings for the Redux devtools - but I'm a bit concerned by the fact that it is basically written by one person and has less than 100 commits. Might be worth considering once it's more mature though. Swapping out the store at a later point shouldn't be too hard, I believe. @stubailo correct me if I'm wrong. |
Hmm, more and more I'm thinking building on Redux is one of our main advantages, since it's something people are really excited about. But in the future it would be cool to be able to integrate with all kinds of reactive backends, as long as we can apply our Redux reducers and actions to it. |
Other things to think about for this are RxJS, MobX, Tracker, etc. |
Relevant: #149 will let you integrate with RxJS |
We're going to abstract the store and make it a public API, which should let people integrate with whatever they want. |
@stubailo check this Freezer
The text was updated successfully, but these errors were encountered: