Open michaltakac opened 8 years ago
Yes, I did. Actually, we use this pattern at work (see marmelab/javascript-boilerplate). I'll make a package out of it soon.
Great, I'm building Meteor boilerplate for my next projects and it's heavily inspired by my-nutrition
app and this gist: https://gist.github.com/dbismut/35b89185998d68bc18fd
P.S.: Bookmarking javascript-boilerplate
, looks good.
Thank you.
+1 for making an NPM package out of the meteor middleware. This was exactly what I was looking for.
The whole repo is fantastic for learning how to use Meteor with Redux, thanks for publishing it.
Would be interesting to see this repo refractored for new Meteor 1.3 folder structure, I think people using Meteor + React + Redux would benefit significantly.
@michaltakac agreed, unfortunatly, I just don't have time currently.
I've been waiting a while for a package, but I finally decided to create it myself because you don't have enough time to do it.
Regards, Samy
Good job ! I don't work with meteor anymore so I it would have been hard to find time for this. Thanks @samybob1 !
Did you consider packaging those middlewares actionTypeBuilder into NPM package?