0 votes
in ReactJS by
Explain strict mode

1 Answer

0 votes
by

StrictMode allows you to run checks and warnings for react components. It runs only on development build. It helps you to highlight the issues without rendering any visible UI.

...