workflow
workflow copied to clipboard
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
This slack conversation is a good starting place. https://workflow-community.slack.com/archives/CHTFPR277/p1594740166210600 See also #624
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,...
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...
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...
Lots of questions and relevant discussion came up in #613, all those should be addressed with docs somewhere. See also: #1210
Populate Workflow Testing wiki page with helpful docs: https://square.github.io/workflow/userguide/testing-concepts/ 
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`...
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...