swift-composable-architecture
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. (by pointfreeco)
iOS-Viper-Architecture
This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc. (by amitshekhariitbhu)
| swift-composable-architecture | iOS-Viper-Architecture | |
|---|---|---|
| 63 | - | |
| 14,689 | 734 | |
| 0.7% | 0.0% | |
| 8.9 | 2.6 | |
| 8 days ago | almost 2 years ago | |
| Swift | Swift | |
| MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swift-composable-architecture
Posts with mentions or reviews of swift-composable-architecture.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-26.
-
LUCA: A Modern Architecture for SwiftUI Development
When developing new apps with SwiftUI, TCA (The Composable Architecture) is likely the first architecture that comes to mind. Having used TCA in production for over a year, I've experienced its benefits in terms of consistent implementation and testability. However, TCA can become a constraint during certain phases of app development. During the initial app launch phase when concepts aren't yet solidified, rapid iteration of creation and destruction is essential, making speed and flexibility more important than robust implementations with comprehensive tests. While TCA is convenient, its strong writing constraints can turn what would be a few minutes of pure Swift implementation into hours of struggle. (I've even reached out to Point-Free about this.) TCA is an excellent architecture when you're on track and requirements don't fundamentally change, but we determined it wasn't suitable for our current needs.
-
iOS Engineering Excellence Series: Part 1 - Mastering State Management
TCA Documentation
-
Letter to Arc Members 2025
https://github.com/pointfreeco/swift-composable-architecture
-
How to use .refreshable with TCA in Swift
That's it! We now have a fully functional pull-to-refresh implementation with proper handling of loading states, completion notifications, and cancellation. Full Code can be found here Similar example from TCA Case Studies repo
-
Kaleidoscope of iOS app architectures
TCA for short. Very scalable, quite promising, quite popular. A decent alternative for MVVM enhanced by the Clean Architecture. You can learn more about it in a Point-Free tutorial and on GitHub.
-
My largest project yet: A fully themable, powerful task manager and daily planner built with SwiftUI. Available on iPhone and iPad for free (no ads, IAP or data collected).
🙏 Built with SwiftUI and The Composable Architecture (TCA): This isn’t a feature, but I just want to express my gratitude to the creators and maintainers of these two frameworks, which have played a huge part in making me fall in love with iOS development.
-
Koji je vas odnos prema alternativnim hype-ovanim paradimama programiranja, frameworcima i tehnologijama?
Razliciti alternativni frameworci i arhitekture - Recimo, na pamet mi padaju Composable Architecture (https://github.com/pointfreeco/swift-composable-architecture) i RIBs arhitektura (https://github.com/uber/RIBs). Ok, ove arhitekture resavaju neke probleme. Ali da li problemi koje te arhitekture resavaju solidan developer ne moze sam da resi bez vendor locka za kreatore tih arhitektura. Jesu one open-source, ali meni je rizik da se vezujem za bilo sta sto sutra moze da prestane da se odrzava.
- SwiftUI Structure and Architecture
-
What design patterns exist and which should I learn for SwiftUI?
I came across this post discussing MVM, MVVM, MVP, and composable architecture.
-
What is a piece of code (or Framework, extension, etc.) that you add in every new project?
At a minimum, Composable Architecture, and now Dependencies from Point-Free.
iOS-Viper-Architecture
Posts with mentions or reviews of iOS-Viper-Architecture.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning iOS-Viper-Architecture yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing swift-composable-architecture and iOS-Viper-Architecture you can also consider the following projects:
Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.
VIPER Module Generator - A Swift 4.2 VIPER Module Boilerplate Generator with predefined functions and a BaseViewProtocol.
YARCH - YARCH iOS Architecture
ios-architecture - A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Tempura - A holistic approach to iOS development, inspired by Redux and MVVM
swift-composable-architecture vs Clean Architecture for SwiftUI + Combine
iOS-Viper-Architecture vs Clean Architecture for SwiftUI + Combine
swift-composable-architecture vs VIPER Module Generator
iOS-Viper-Architecture vs YARCH
swift-composable-architecture vs ios-architecture
iOS-Viper-Architecture vs Tempura