update SCA picture

need to fill out description
This commit is contained in:
Jungpyo Hong 2021-08-12 00:24:46 -05:00 committed by GitHub
parent 90d16485c6
commit b5d58278cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Feel free to fork this repository and pull requests!!
- [MVP](#MVP)
- [MVVM](#MVVM)
- [VIPER](#VIPER)
- [Swift Composable Architecture](#Swift-Composable-Architecture)
- [Swift Composable Architecture(SCA)](#Swift-Composable-Architecture)
- [UIDesign](#UIDesign)
- [HIG](#highuman-interface-guidelines)
- [SwiftUI](#SwiftUI)
@ -383,6 +383,8 @@ MVVM patterns stand for Model - View - ViewModel
The Composable Architecture. The Composable Architecture is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind
<img src="https://github.com/jphong1111/Useful_Swift/blob/main/Images/SCA.png">
- [Composable Architecture @ Point Free](https://www.pointfree.co/collections/composable-architecture)
- [The Composable Architecture GitHub](https://github.com/pointfreeco/swift-composable-architecture)
- [The Composable Architecture — One of the Best-Suited Architectures for SwiftUI](https://medium.com/swlh/the-composable-architecture-one-of-the-best-suited-architectures-for-swiftui-35bfc5102b83)