Why would you use forceUpdate in a React component? Technology Community › Category: React › Why would you use forceUpdate in a React component? 0 Vote Up Vote Down VietMX Staff asked 4 years ago In order to force a re-render if there is some condition React is not detecting that requires an update to the UI. Typically this should not be necessary to call.