-
Hej! First of all, Im sorry for the out of place question; its more related to state machines, but given that workflows are such machines I still think this might be the best spot for it. I hope Im not wrong! How do you deal with workflows that are editors? If we go with a simple example like editing a number, its clear that the editor workflow renders something that allows editing the value, but where should the current value actually be stored? I think there are 2 alternatives?
How do you deal with this? Are there other alternatives? Ive personally leaned towards 2, but that includes more work for the parent workflow and reusability becomes more of a chore. Please enlighten me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We tend to use the second approach, and |
Beta Was this translation helpful? Give feedback.
-
Text editing, specifically, is really tricky. We're still experimenting with things internally to find something that is really reliable and ergonomic. |
Beta Was this translation helpful? Give feedback.
We tend to use the second approach, and
StatelessWorkflow
is particularly good for that.