Vitaly Aminev

Results 86 comments of Vitaly Aminev

Would love to get it supported as well :+1:

I'd also ask to use interfaces instead of structs, because its impossible to extend them in the underlaying libraries (ie in terraform provider where its used). Often it lacks some...

afaik https://github.com/alibaba/terraform-provider doesn't use the official SDK, so if that changes, it certainly would solve the problem ;) but so far its kind of impossible not to use this library

idea behind this is that you handle the error in the code, though I can see how this might be an interesting option to implement after several people have already...

thanks for the PR! based on the change I don't clearly see the logic here. First time the component renders we have a state variable that is set to false...

I, personally, don't have enough experience with it to add the support, but, PRs are always welcome

@nicolashemonic could you elaborate more on your use-case?

I dont see a lot of demand for it, but a pull request is welcome. I would this to be a part of build script, so that it can be...

this is a task for redux itself. this module handles server-side loading issue

There is no need to wrap like this, asyncConnect accepts exactly the same args as connect, and its actually documented ;)