React component NOT updating by itself after change in data without refreshing the entire page – Reactjs
I am using ReactJS on the front-end to make a POST request to my Djando API. After I make the POST request, I expect for my React component to update itself without me having to refresh the entire page. I'm…