[swift] Add bindings for other functional reactive programming frameworks · Issue #137 · square/workflow-swift · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit areas of the API where we expose
ReactiveSwift
and build bindings forRxSwift
,Combine
.Initial pass shows these areas:
Workflow
WorkflowHost
class:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/WorkflowHost.swift#L98
Worker
protocol:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/Worker.swift#L32
RenderContext
class:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/RenderContext.swift#L74
WorkflowUI
ContainerViewController
classhttps://github.com/square/workflow/blob/14f5c1e28c630254e5190ee37b8c3e38946c9717/swift/WorkflowUI/Sources/Container/ContainerViewController.swift#L28
WorkflowTesting
None
The text was updated successfully, but these errors were encountered: