April 2020
Intermediate to advanced
716 pages
18h 55m
English
In the Bidding component, we will render a table that displays the details of all the bids that were placed for the given auction. This will inform the user of the bids that were already placed and are being placed in real-time as they are viewing a live auction. The bidding history for an auction will render in the view as follows:

This bidding history view will basically iterate over the bids array for the auction and display the bid amount, bid time, and bidder name for each bid object that's found in the array. The code for rendering this table view will be added as follows:
<div> <Typography variant="h6"> ...
Read now
Unlock full access