Jeff Barczewski
                                            Jeff Barczewski
                                        
                                    I also just added you as a collaborator.
You are welcome. Many thanks to you @gihrig for doing so much of the 3.4 conversion, it would have taken me so much longer since I'm new to the project....
@artificis is the action for setAuthToken not synchronous? I'm wondering why it would need a promise.
@kopax Sorry for the delay. I've been thinking through the next round of changes and how to accomplish. It's a balancing act of when to add new features and how...
@bisubus Thanks for the suggestions. I like your ideas. I'll give it some thought.
@SilentCicero Thanks for the tip. That's a good idea, always good to include the imports. I'm using the latest version of RxJS v5, and since it allows custom builds, I...
We certainly can. I think there might be a fair number of changes involved. I'll take a look as soon as I can. And as always PR's are appreciated :-)
External handle is no longer being wrapped in an object for Node 0.11+, how can handle be validated?
Original Node issue was here https://github.com/joyent/node/issues/7993
@JeanDenisVIDOT thanks for reaching out. You can add global logic and also any injected helpers (to use inside any logic) where we create the original logicMiddleware. https://github.com/jeffbski/react-boilerplate-logic/blob/master/app/store.js#L15 Original code is:...
Yes, whenever you dispatch after the logic has been loaded then it will be listening and will respond calling your logic functions. Yes, you can listen to more than one...