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()
}
-
-
Would that unmount the tree (or lock the tree) during updates in concurrent mode though?
-
I think it depends on how you've set up your suspense boundaries/placeholders
- 1 more reply
New conversation -
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 