Answer the question
In order to leave comments, you need to log in
Confused about asynchrony?
Asynchrony is a synonym (out of order). The concept of asynchrony in node, when the script is not blocked, for example, when loading data, i.e. the script does not wait for this download, but processes it in the background, and the code is processed further, but on the client, just the opposite, if things are with promises, then each function call chain is waiting for each other, that is, in turn.
In redux, in asynchronous actions, the dispatch method won't render until it's loaded from the api (i.e. asynchronous, has the opposite meaning). Can anyone help clear up this mess, thanks.
Answer the question
In order to leave comments, you need to log in
but on the client, just the opposite, if things are with promises, then each function call chain is waiting for each other, that is, in turn.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question