#Composable Architecture

Logo of isowords
isowords
Explore an iOS word search game where players connect letters on a disappearing cube. With a hyper-modular architecture crafted in Swift, the game features automated App Store setups and smooth client-server coordination. Discover in-depth content via video series and make the most of tests and previews to ease development. Download now to experience SwiftUI and SceneKit in action.
Logo of episode-code-samples
episode-code-samples
This repository offers a curated collection of code samples from Point-Free episodes, focusing on key functional programming concepts in Swift. It serves as an educational resource for developers aiming to deepen their understanding with practical, step-by-step guides. Topics covered include UIKit styling, algebraic data types, dependency injection, and SwiftUI state management, all presented in a structured, easy-to-digest format. Join a thriving community for discussions and knowledge sharing, and enhance your skills in creating composable, testable code architectures with real-world examples.
Logo of swift-case-paths
swift-case-paths
The CasePaths library extends Swift's key path system to include enum cases, enhancing library support for dynamic member lookup, modification, and binding derivation akin to struct handling in SwiftUI. This feature is essential for developers using enums in domains, facilitating complex workflow management while maintaining simplicity. Utilized in projects like SwiftUINavigation and The Composable Architecture, it efficiently handles navigation and data parsing. CasePaths offers a comprehensive solution for dynamic state transitions and property management in Swift applications.
Logo of composable-core-location
composable-core-location
Composable Core Location bridges Composable Architecture with Apple's Core Location framework, facilitating efficient location service management within apps. It offers a structured approach for handling location actions using CLLocationManagerDelegate methods. This allows developers to manage updates and authorization changes effectively. The library includes robust testing features, supporting mock implementations for controlled test scenarios, ideal for a reliable location services integration.