Avoid creating new functions at each render pass. Fixes issue #46 .#47
Avoid creating new functions at each render pass. Fixes issue #46 .#47gcazaciuc wants to merge 1 commit intotonyhb:masterfrom
Conversation
|
There is a problem on how dependencies are setup that cause the CI failures. Tests pass locally. i will have a look at it, also had similar issues like this when first building the project locally |
|
Does this fix the issue with using pure rendering? I'm noticing that every component that uses |
|
Yes it would fix it. In the mean-time I've started out my own local state management solution redux-fractal (https://github.com/gcazaciuc/redux-fractal) which doesn't exhibit this problem. |
|
Awesome! Yeah looks like this project isn't being actively maintained, glad to see you've rolled your own. Thanks! |
|
Hey! Apologies for being late, super busy at docker. Lemme take a look and On Wed, 5 Oct 2016, 14:01 Matt Miller, notifications@github.com wrote:
|
No description provided.