SwiftUIBindableRedux Embracing SwiftUI while using Redux This is a Redux framework for SwiftUI which embraces SwiftUI's data design. Views can use two way data binding alongside redux state by applying the@ReduxBindableproperty wrapper instead of@Published. In addition, injecting the store usingEnvironm...