workflow icon indicating copy to clipboard operation
workflow copied to clipboard

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.

Results 9 workflow issues
Sort by recently updated
recently updated
newest added

This slack conversation is a good starting place. https://workflow-community.slack.com/archives/CHTFPR277/p1594740166210600 See also #624

documentation
kotlin
swift

Needn't block 1.0, but has lingered too long.

documentation

We frequently suggest the react pattern of pulling state up, e.g. to have parents own network requests and pass data down through props. This should be documented more clearly. Also,...

documentation

Thanks for open sourcing this awesome library. It seems like an awesome port of the React framework for iOS. The natural question to ask is - what about a global...

documentation

We talk about Worker identity in three places: https://square.github.io/workflow/userguide/core-worker/#workers-define-their-own-equivalence >For these reasons, any time a workflow requests that a worker be run in sequential render passes, it is asked to...

documentation

Lots of questions and relevant discussion came up in #613, all those should be addressed with docs somewhere. See also: #1210

documentation
kotlin
swift

Populate Workflow Testing wiki page with helpful docs: https://square.github.io/workflow/userguide/testing-concepts/ ![Screen Shot 2020-01-29 at 9 09 59 AM](https://user-images.githubusercontent.com/1392033/73390438-ee59bd00-428a-11ea-8b99-857a09aefca3.png)

good first issue
documentation

A few container `Screen` that are currently in `Samples`, would be better situated with an independent dependency. This will enable easy consumption of these common UI containers. Containers in `Samples`...

swift

We have a number of great samples demonstrating different use cases for Workflows, but it is not always clear what particular mechanism they are highlighting. A small bit of documentation...

documentation
meta