swift-composable-architecture
MVVM.Demo
swift-composable-architecture | MVVM.Demo | |
---|---|---|
59 | 24 | |
12,609 | 80 | |
0.9% | - | |
9.5 | 1.1 | |
4 days ago | over 1 year ago | |
Swift | Swift | |
MIT License | MIT License |
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
-
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.
-
Ideal architecture for an app entirely in SwiftUI? Example code repo would be great
I’ve built a couple of apps with this framework: https://github.com/pointfreeco/swift-composable-architecture
- Use of EnvironmentObjects for sharing ObservableObjects
-
Best way forward coming from the Javascript / Typescript world?
While there are apps that use a Redux-style architecture, the arch is still in its infancy in the community. There are a number of implementations each with their own take on Redux. TCA is probably the one with the most name recognition and documentation.
-
Should You Still Learn UIKit?
Learn it if the project at hand requires it. A lot of older, more mature apps will still use UIKit, so it’s likely if you plan to work an iOS developer job that you will need it. But it’s getting to the point where a lot of the forward thinking shops are already starting to integrate SwiftUI. (Me being one of them) which, btw, a lot of people will say SwiftUI isn’t quite there yet, and I mostly disagree. SwiftUI is good for a great many use cases. Yes, there are still pain points, but you can write most of the apps you’d need to write in SwiftUI. And there are great architectural frameworks out there that actually give SwiftUI an opinionated way to structure apps that is testable and maintainable. Check out pointfreeco’s The Composable Architecture (https://github.com/pointfreeco/swift-composable-architecture)
MVVM.Demo
- New to mobile dev, recommended pattern?
-
Best GitHub starter project for IOs App
UIKit: https://github.com/jasonjrr/MVVM.Demo
-
How to send data between ViewModels in SwiftUI?
Take a look at the Keynote here, it describes the architecture at a high level. https://github.com/jasonjrr/MVVM.Demo/tree/master I don’t go into too much depth for each pattern, because they are all universal and easy to read about in great deal elsewhere.
-
SwiftUI app architecture - any recommended online resources?
There is a Keynote/Power Point here describing the architecture at a high level https://github.com/jasonjrr/MVVM.Demo/tree/master
- Need some help finding a good API tutorial for MVVM and UIKit
-
What SwiftUI architecture are you all using?
See the keynote here for a brief overview: https://github.com/jasonjrr/MVVM.Demo/blob/master/MVVM.Architecture.key
-
where should API calls be made in MVVM?
https://github.com/jasonjrr/MVVM.Demo (see the keynote with explanation of the architecture patterns)
-
What is your most efficient(and updated) way to use coordinator pattern ? Which version would you recommend today?
Yes! https://github.com/jasonjrr/MVVM.Demo
- I know the Coordinator pattern is quite popular for iOS app, so I made a short video explaining how it works. Hoping it can help junior developers 🙌
-
Looking for unit-test open-source projects
I use this repo to train and interview devs. Lots of good unit tests as well. Feel free to check it out: https://github.com/jasonjrr/MVVM.Demo
What are some alternatives?
Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
redux - A JS library for predictable global state management
episode-code-samples - đź’ľ Point-Free episode code.
tca-swiftui-navigation-demo - Demo project that shows how to implement navigation in SwiftUI iOS application using Swift Composable Architecture
EzNews - A very simple and easy to use News app for iOS and iPadOS. It uses NewsAPI as its backend.
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.
TheBinderArchitecture - A declarative architecture based on bindings
GRDB.swift - A toolkit for SQLite databases, with a focus on application development
NavigationBackport - Backported SwiftUI navigation APIs introduced in WWDC22
TCA-tutorial
mvvmc-demo - Sample code from MVVM-C In Practice Talk