ReSwift-Thunk icon indicating copy to clipboard operation
ReSwift-Thunk copied to clipboard

Thunk middleware for ReSwift.

Results 3 ReSwift-Thunk issues
Sort by recently updated
recently updated
newest added
trafficstars

I noticed that ExpectThunk is only available as a Pod subspec. Since I don't use CocoaPods, I'm stuck with copying the file. I wonder if it makes sense to add...

Motivation: In my app, I log all actions. This helps with debugging. But sprinkled in now are non-descript log messages like: 💚 11:47:08: > Thunk(body: (Function)) 💚 11:47:09: > Thunk(body:...

I'm using ReSwiftThunk via SPM. In my test file, I try to import the testing helper like this: ```swift import ReSwiftThunk import ReSwiftThunkTesting ``` but when I do, Xcode shows...