how to use equivalent of flushSync
?
#1879
Unanswered
arnaudambro
asked this question in
Q&A
Replies: 1 comment
-
For atomic transactions you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have a callback where I need to update an atom then use the new value of it.
It looks like
in React, there is the
flushSync
that would do the thing, but I can't find out how to do achieve this in recoilIs there a way ?
Beta Was this translation helpful? Give feedback.
All reactions