Javascript – Handling UI updates in React + axios
recently I have stumbled upon a dilemma on how to properly approach UI updates. The stack I am using at work is React + axios. Let's say there is a user profile object held in the local state and the…