AppGate interview question

How to implement updates to a functional react component after receiving asynchronous data

Interview Answer

Anonymous

21 Apr 2022

I spoke about promise chains contained within react’s useEffect hook, and also discussed how it could be done using traditional react class based methods.