diff --git a/README.md b/README.md index 02c155d..99b8b2b 100644 --- a/README.md +++ b/README.md @@ -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)