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

Deprecated ⚠️ Proof-of-concept Time Travel and Hot Reloading for ReSwift 3.0

Results 5 ReSwift-Recorder issues
Sort by recently updated
recently updated
newest added

I'm trying to install ReSwift-Recorder with Cocoapods along with ReSwift 4.0.0 but I can't due to the latest version of ReSwift-Recorder depending on ReSwift 3.0.0: ``` $ pod install Analyzing...

help wanted

The project was failing to compile when used with carthage because the `framework search path` was not set with the path of the carthage builds therefore ReSwift framework was not...

I am not sure it is provided in features or not but I don't find it; When the app works for a long time the number of actions which is...

When I do only one action, and then close app and reopen it; the reducer does not call to apply my only action. I have debugged app and found in...

Hello, I was getting "unexpectedly found nil while unwrapping an Optional value". in ReSwift-Recorder What is the problem in code below? AppDelegate ``` var store = RecordingMainStore( reducer: BaseReducer(), state:...