April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will implement an Auction component to fetch and display the details of a single auction to the end user. This view will also have real-time update functionalities that will render based on the current state of the auction and on whether the user viewing the page is signed in. For example, the following screenshot shows how the Auction component renders to a visitor when a given auction has not started yet. It only displays the description details of the auction and specifies when the auction will start:

The implementation of the Auction component will retrieve the auction details by calling the read auction API in ...