BerkeleyBlockchain/auction-platform

Reactify Contract/Bid Table to Prevent Page Refresh

Closed this issue · 1 comments

If the page refreshes the user has to login to uPort again which is a terrible UX. Reactifying the bid and contract tables will allow us to update the tables without a refresh. Consider a time interval for the table to pull from the smart contract (5 seconds?) and update its data.

Finished in #8