AppGate Interview Question

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

Interview Answer

Anonymous

Apr 21, 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.