Christian Tietze

Results 266 comments of Christian Tietze
trafficstars

I am torn. And I cannot add much practical value to the discussion, only opinion and principle-driven argument. Thunks are convenient, but at what price? Will replacing thunks with subscribers...

As I said, I'm all for returning Void from dispatch. Regarding strict UDSF middlewares, what about action transformations? I'm using middlewares to map some events to another event type (the...

Disclaimer: I'm still probably not getting what you folks use Middlewares for. You may want to tell me to shut up. I'd be fine with that :) @Qata's approach reads...

Are you playing around with Combine already and could tackle this? (I sure cannot :)) Is this to track progress?

You can't; you'd need to write 2 subscribers and 1 combined state change handler as separate objects. That being said, I wonder if your state is partitioned well if you...

This is a great use case candidate for the documentation. Is anybody willing to write 2 paragraphs about it and add it to the docs? :)

@danielmartinprieto Would you? Otherwise, let's close this and leave it for later reference. I work with tuples, by the way, but in a similar fashion. I considered extracting the picking...

Of I meant the README addition, if you think it's worth the effort. I am collecting how people use ReSwift to assemble a curated "cookbook", so if you rather leave...

Starting to collect changes: - Change reducer signature to non-optional `(Action, Substate) -> Substate`: https://github.com/ReSwift/ReSwift/issues/457

@sjmueller Of course there's interest! :) Looks like your SwiftUI views subscribe to substates and cache and expose these via `@StateObject` properties. That looks pretty straight-forward. I still have next...