Vitaly Aminev

Results 86 comments of Vitaly Aminev

@dlakata is right, ideally you don't want to work with the state in the reduxAsyncConnect and in the future I would like to make a breaking change where we can...

Known bug, not sure I have time to fix it shortly though > On 16 Jun 2016, at 22:00, Shilpan Bhagat [email protected] wrote: > > BEGIN-LOAD/END-LOAD are dispatched on the...

You are very welcome to help out :) > On 16 Jun 2016, at 22:00, Shilpan Bhagat [email protected] wrote: > > BEGIN-LOAD/END-LOAD are dispatched on the client side even when...

that introduces another abstraction in the already not too easy to understand code. Ideally I wanted to change the line where it checks for the "load" prop in componentDidMount, but...

This is an interesting change, but its not possible for many users to rely on external polyfilling, for instance, when SSR is primary use-case. What I would do is possibly...

@ruiaraujo - idea is to have identical code for node & server-side. Furthermore, many companies do not allow link to external sources, since its a security risk. By forcing people...

> But if the users are using something babel polyfill, it stills provides a polyfilled environment. You don't need to load external resources. I moved the polyfill to that outside...

so, this is still pretty interesting, any effort to document it?