In React, we do not manipulate the DOM directly when we want to update a component's view. This is because React is declarative—meaning we define how the UI should look at any given state, and React takes care of updating the DOM as needed. But If We...
amanmishra.hashnode.dev2 min read
No responses yet.