Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 934 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 934 Bytes

ReduxWithSwiftUI

A ReduxWithSwiftUI view fetchs the github user details. This app entirly build on redux architeture. This is basically sample app for redux architecture.

Quick Start

  • Swift 5.7
  • Macintosh with Xcode 14.0 (Requires Mac OS 12.4)
  • SwiftUI & Combine

Setup

To run this application you need only Xcode 14.0. Any other software or lib is not required.

Contribution guidelines

All public interface should be well documented in the code.

For internal and private code we should not need any documentation as most of the time it should be self explanatory. Only when the implementation is quire comple we should add a comment.

Status

Topic Version
UITest Included NO
Minimum iOS version 16.0
Swift Compatiblity 5.7
--- ---

Redux Pattern

11