redux
swift-composable-architecture
redux | swift-composable-architecture | |
---|---|---|
308 | 62 | |
61,323 | 13,842 | |
0.1% | 2.3% | |
7.7 | 8.9 | |
7 days ago | 10 days ago | |
TypeScript | 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.
redux
-
What is the Most Effective AI Tool for App Development Today?
Dora AI exemplifies this. Allan Murphy Bruun adds, "What makes it different is its context-aware logic stitching that understands user flows beyond just UI elements." By analyzing Figma designs, it generates React code with state management, saving hours in development.
-
5 Essential React Practices for Building Robust Applications
Redux: At my organization, we use Redux for state management and sometimes to trigger the API calls too.
-
Connecting Redux to Your React App: A Quick Guide to React-Redux and useSelector
Redux (Official Documentation)
-
How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL
Some popular JavaScript libraries like Redux has been inspired by this architecture.
-
Exploring the Benefits of Immutability in JavaScript Performance
Learn Redux
-
State Management in Front-end Web Development: State 101
React: Redux, Zustand
-
Very Basic - Redux
If you need more in depth information check out the documentation. https://redux.js.org/ It's actually pretty great.
-
Not Just Another Redux Article: Learning Redux from Its Source Code
I just explained what combineReducers is in Redux. After you finish this article and return to this point, you’ll understand why.
-
Architecture and Design Patterns in Front-End
In frontend, the most probably well-known approach is Flux and its most common implementation, Redux. This is an example of unidirectional data flow.
-
Organisation of Data Flows
The best known example of an architecture with unidirectional data flow is Flux and, as its implementation, Redux.
swift-composable-architecture
-
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.
-
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
What are some alternatives?
effector-react - Business logic with ease ☄️
Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.
cerebral - Declarative state and side effects management for popular JavaScript frameworks
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.
reflux - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
ios-architecture - A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others