Redux and Meteor

To me, if you are using redux, the most ideal is if all state is in a redux store and and all changes are done through action/reducers.

However, meteor collections are a bit of a problem, and I’ve seen some go with a hybrid approach… which I don’t quite like.

So I was wondering if anyone was doing redux with observing collections and dispatching actions on changes? and if there’s a library for automatically doing this?

1 Like

and, yes… just not so long ago