componentDidUpdate() situation
i have a component which update the backend after an action in frontend.I used the componentDidmount() but it fetched half of the data unless i refresh physically. so i decided to use componentDidUpdate() it updated instantly but the problem is that ...
ASHGPpurijit and 4 more commented