Benjamin Encz

Results 32 comments of Benjamin Encz

@Qata @DivineDominion I thought about this more over the weekend, and your arguments definitely make sense. As far as I know there are very little and only experimental middlewares out...

Sorry for slow responses, traveling for the holidays. > TL;DR IMO dispatch should return Void, and I would be in favour of the Middleware from ReactiveReSwift if it was renamed...

@Qata @mjarvis I think you are right that the issue of sharing could be solved by adding a generic type argument that constrains to `StateType`. My original concern was that...

@mjarvis @Qata I briefly looked into this today. The problem with the `struct` solution is that it requires a concrete type upon instantiation, a protocol, such as `StateType` cannot be...

Agree! I'm starting some restructuring of the docs on a separate branch: https://github.com/ReSwift/ReSwift/tree/benji/1.0-docs Along with the recording of the talk and the example app we're building, this should be a...

Most work is currently done on the Getting Started Guide. You can follow along here: https://github.com/ReSwift/ReSwift/blob/benji/1.0-docs/Docs/Getting%20Started%20Guide.md Any thoughts so far?

@TheSooth help would definitely be appreciated! Have you already started working on a project?

Thanks a lot for sharing your example projects! I was traveling for the last 2 weeks but hopefully this weekend I should find some time to take a look at...

@lsunsi Thanks for your questions! Besides the basic `AsyncActionCreator` API we currently have no built-in support for async operations that tie into the ReSwift APIs. Various solutions have been discussed...