April 2020
Intermediate to advanced
716 pages
18h 55m
English
Sellers in the marketplace application will interact with a form view to enter details of a new auction and create the new auction. We will render this form in the NewAuction component, which will allow a seller to create an auction by entering an item name and description, uploading an image file from their local filesystem, specifying the starting bid value, and creating date-time values for starting and ending bidding on this auction.
This form view will render as follows:

The implementation for this NewAuction component is similar to other create form implementations that we have discussed previously, such as the ...
Read now
Unlock full access