Shawn Lim

Results 45 comments of Shawn Lim

Thanks for the clarification @mridgway! In that case what's the benefit of having multiple stores vs a single store with multiple reducers ?

Thanks for your thoughts Michael. Those are real concerns. This article http://www.code-experience.com/problems-with-flux/ discusses a better way to structure reducers and store. > On 23 Sep 2015, at 4:49 AM, Michael...

My use case is my company have a lot of different websites on different domains, and they hit a single central API for auth. It's going to be tough without...

I see. Interesting. I’ll take a deep dive soon. Any chance of a state leakage between concurrent requests in the stores? > On 23 Jan 2015, at 9:44 pm, Tobias...

heapdump triggers a full GC prior to writing the snapshot to disk. That's why you will see your dump size being different from your rss. you should monitor your process...

just a bump on this. getting the same problem.

+1 for this issue. I am also currently using `-j` option but I realized that this simply appends new translations to my .pot files, it does not check for stale...

you would have to pass the query params in the href eg. href=`/login/url?redirect=%20/home`

I further tested this in my Linux machine, it works perfectly in my Linux but fails with the above mention error on windows.

for instance right now i have a piece of application code like this: ``` actionUtils.executeMultiple(context, { user: { action: getUser }, location: { action: getLocation }, groups: [ "location", {...