Gildas Garcia

Results 188 comments of Gildas Garcia

@michaltakac agreed, unfortunatly, I just don't have time currently.

Good job ! I don't work with meteor anymore so I it would have been hard to find time for this. Thanks @samybob1 !

This is not possible currently but shouldn't be hard to add. Can you make a PR allowing to specify modules through props ?

Yes, I remember this project. I think what it does inside a reducer should go in a middleware. Reducers should not be aware of Meteor collections.

Thanks :) I'll make npm packages for the middlewares when I'll be convinced there are no better ways to do them. I'm still trying to figure out what @jedwards meant...

Thanks, I'm just applying some patterns I learned since I work at @marmelab. jedwards did all the hard work !

Yes, there is a way. I borrowed this from @robinbressan. You define an helper object with methods like this to build action types: ``` const typeBuilder = { type: actionType...

I'll introduce this very soon in the project. Just need to find time for it...

Glad to see you guys thinking about improving this meteor/redux integration! I'll take time to read the full discussion this wk. Have you read the [How we redux articles](https://medium.com/@abhiaiyer) by...