ReSwift-SwiftUI
ReSwift-SwiftUI copied to clipboard
SwiftUI Bindings for ReSwift
How is this going? Has it been superseded? If so, by what? How does it work with substates?
Continuous integration should be investigated for ensuring compilation in PRs and running tests (when available). Options include Travis CI, CircleCI, Github Actions.
A small sample project should be included in the repository showing some very basic usage of the bindings. Some potential example code can be found at https://github.com/ReSwift/ReSwift/issues/455#issuecomment-724354690 But should be...
Current deployment targets in Package.swift: ``` .macOS(.v10_15), .iOS(.v13), .watchOS(.v7), .tvOS(.v14) ``` We should validate what the minimum targets that can work are. What OS versions have the correct SwiftUI Support?...
Currently only the iOS framework target exists in the xcode project. Other platform targets will need to be added and configured. One then needs to validate that the project archives...
Unit testing target is available, but currently has no tests
Potential example content: https://github.com/ReSwift/ReSwift-Thunk/blob/master/README.md https://github.com/ReSwift/ReSwift/blob/master/README.md