swift_combine
Swift Combine
This skill covers Apple's Combine framework for reactive programming and handling asynchronous events.
Overview
Combine is a declarative Swift API for processing values over time. It provides a unified approach to handling asynchronous events, user interface updates, and data streams.
Available References
- Publishers & Subscribers - Core concepts and lifecycle
- Operators - Transforming, filtering, and combining streams
- Integration - Using Combine with UIKit, SwiftUI, and Foundation
Quick Reference
Basic Publisher
More from swiftzilla/skills
swift_swiftui
SwiftUI framework concepts including property wrappers, state management, and reactive UI patterns.
51swift_concurrency
Swift modern concurrency with async/await, Task, Actor, Swift 6 strict mode, Sendable, and structured concurrency patterns.
40swift_style
Swift style guidelines covering naming conventions, code organization, and best practices for writing idiomatic Swift code.
35swift_testing
Swift Testing framework for unit tests, integration tests, and async testing with modern syntax.
26swift_structure
Swift language structures including collections, optionals, closures, generics, control flow, and core language features.
24swift_package_manager
Swift Package Manager (SPM) for dependency management, package creation, and modular code organization.
24