Rodion
Rodion
hi @kjanoudi Could you please describe more detailed your case? There is no such api to reload promises in asyncConnect decorator now However changing location would reload them
@kjanoudi , what interface would you expect for such API? there is loadOnServer method that triggers loading do you want to trigger just reloading of current route? or you want...
@kjanoudi the problem is that key is global now. This means that you can use asyncConnect for different components with same keys. what promise in your case `loadAsync('widgets')` it should...
Hi! reduxAsyncConnect is called each time route changes It is not called when some custom action is dispatching...
@lostthetrail I thought Babel should care about this ... hm... looks like a bug.
the code inside lib npm package includes transpiled version...
@bartolkaruza, Hey, please see example here: https://github.com/erikras/react-redux-universal-hot-example/pull/928/files
@sergesemashko Thank you, for this PR, we actually discussed this approach here: https://github.com/erikras/react-redux-universal-hot-example/pull/872#discussion_r50781541 Is it what you are trying to solve? To be honest, i don't really like this approach...
@krzysztofpniak I'm working on v1.0.0 there will be several changes there including deferred props should be ready in 1-2 days
@sergesemashko, @krzysztofpniak , take a look please: https://github.com/Rezonans/redux-async-connect/tree/v1 there is new interface for @asyncConnect decorator in this version. Now you can use it like: ``` js @asyncConnect([ {key: 'lunch', promise:...