square / square/workflow-swift
[swift] Add bindings for other functional reactive programming frameworks
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 373
- Forks
- 46
- Avg merge
- 6h 38m
- Merged PRs (30d)
- 3
Description
Audit areas of the API where we expose ReactiveSwift and build bindings for RxSwift, Combine.
Initial pass shows these areas:
Workflow
-
WorkflowHostclass:
https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/WorkflowHost.swift#L98 -
Workerprotocol:
https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/Worker.swift#L32 -
RenderContextclass:
https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/RenderContext.swift#L74
WorkflowUI
ContainerViewControllerclass
https://github.com/square/workflow/blob/14f5c1e28c630254e5190ee37b8c3e38946c9717/swift/WorkflowUI/Sources/Container/ContainerViewController.swift#L28
WorkflowTesting
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading WorkflowHost.swift, Worker.swift, RenderContext.swift, and WorkflowUI/Sources/Container/ContainerViewController.swift at the referenced API locations. Audit where ReactiveSwift is exposed and compare the required bindings for RxSwift and Combine across those areas. Done means the identified API surfaces support both frameworks, with the project’s relevant tests or builds passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100