-
Notifications
You must be signed in to change notification settings - Fork 1
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
Still alive? #6
Comments
I don't have time to actively maintain this anymore. So the accounts part was never got done. You can try to fork the project and integrate with accounts. |
Thank you for the quick reply. I'm considering doing just that! However I would really appreciate your opinion on something... As I'm wrapping my head better around Meteor-React-Redux I've become aware of two issues (not necessarily related to Accounts, but which could also relate to the Widgets example). These issues arise when you let all data (including Collections) flow through the Redux Store:
So basically, by introducing Redux into our Meteor-React solution, we're missing out on two great features of Meteor. Both of them can be rebuilt using self-written logic, but it frankly seems a shame to do so. I was wondering if you (or anyone else reading along) has considered these things and what a solution - that maintains these Meteor features but still leverages Redux - would look like? |
Hi Anthony, so I stumbled across this admittedly a bit dated post chain. I think it's still quite interesting. https://forums.meteor.com/t/using-redux-with-meteor/15649 I asked Adam (https://github.com/AdamBrodzinski) the following:
to which he replied:
Maybe this does help a bit? |
Thanks @FBosler for your answer. This is also true for my case. Eventually, I only use Meteor methods for my projects and avoid using Meteor collection. There is also performance impact because the data is duplicated two places: the redux store and mini mongo. So I would recommend the same thing |
@FBosler thanks a lot for that post and as you probably noticed I found my way to your SO post. ;-) The thread from the Meteor forums is definitely interesting, although it actually doesn't address the question you asked! Although someone implied it's actually not an issue to fill up the Store with collection data. @FBosler @nqbao do I get it right that for a Meteor-React-Redux stack:
Finally @nqbao, seems like you got fed up with Meteor and replaced it. What do you use for your backend these days? 😄 |
Hi there!
This is exactly the kind of project I've been looking for!
However I was a bit disappointed to see that Accounts is still on the TO DO, and that the last update was a year ago. Is this project still alive?
If anyone knows other good Meteor-React-Redux resources, I'd be happy to learn!
The text was updated successfully, but these errors were encountered: