Explain Strict Mode in React.

StrictMode is a tool for highlighting potential problems in an application. Like Fragment, StrictMode does not render any visible UI. It activates additional checks and warnings for its descendants.

Source:

Strict Mode –. (n.d.). React. reactjs.org/docs/strict-mode.html