DEV Community

Discussion on: React.js Interview - technical submission and detailed feedback

Collapse
 
makranelhoucine profile image
EL HOUCINE MAKRAN

For your information

ReactJs render twice in development mode because of strict mode react component

Remove StrictMode component in index.ts then ReactJs will render only one time.