dealing w/ complex form flows?
I've been using a new pattern and I'm in
getNameInput() {
return new Promise(res => {
// listen for input
if (looksOk) {
res(val);
}
});
}
inputFlow() {
const name = await getNameInput()
}
-
-
Gotcha. Seems interesting.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
he/him 