Uncontrolled vs Controlled

The DOM is the owner of the data and give it to React through event handlers

React is the owner of the data and tell the DOM where to show it

React recommend to use controlled components

Uncontrolled vs Controlled The DOM is the owner of the data and give it to React through event handlers React is the owner of the data and tell the DOM where to show it React recommend to use controlled components

useEffect

By Diego Torres

useEffect

  • 448