This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
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.