In the first implementation (#19), the response is received almost immediately. This doesn't correctly simulate the backend which can take several seconds to process. It also prevent to display the spinner while waiting for the response.
We should introduce a way to configure or hard code a delay before the response is sent to the client.
In the first implementation (#19), the response is received almost immediately. This doesn't correctly simulate the backend which can take several seconds to process. It also prevent to display the spinner while waiting for the response.
We should introduce a way to configure or hard code a delay before the response is sent to the client.