August 2017
Beginner
374 pages
10h 41m
English
In the preceding chapters, we were only dealing with synchronous operations—when a user interacts with the user interface (for example, clicks on a link), an action is immediately dispatched and the store is updated. However, we haven't yet covered how to dispatch actions that are asynchronous, such as requests to a server. Since the server does not respond immediately, we cannot block the whole application and wait for the result. That is the reason requests in JavaScript were designed in an asynchronous way.
Read now
Unlock full access