Harnessing the Power: Exploring DOM Manipulation in React for Stunning User Interfaces
Introduction: React, a popular JavaScript library, provides a declarative approach to building user interfaces. One key aspect of React is the virtual DOM, which efficiently manages updates and minimizes direct manipulation of the actual browser DOM....
mohammad-khalid.hashnode.dev3 min read
Joanna
Front End Development | Full Stack Development | MERN
I really liked this article, Mohammad and how you explained the virtual DOM, controlled and uncontrolled components. When would one choose to use an uncontrolled component is a question that comes to my mind.