Raja Muhammad Asher
Raja Muhammad Asher

Follow

Raja Muhammad Asher

Follow
Explain Strict Mode in React.

Photo by Lautaro Andreani on Unsplash

Explain Strict Mode in React.

Raja Muhammad Asher's photo
Raja Muhammad Asher
·Aug 15, 2022·

1 min read

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

 
Share this