ReactJS was created in a way that just re-renders the entire component to deal with data inconsistency after any update to the state in the component or its child. Virtual DOM is a DOM-like structure that can be updated easily as changes in this virtual DOM aren't tied to a browser screen that also needs to be updated.

5m read timeFrom jai-dewani.hashnode.dev
Post cover image
Table of contents
The story of ReactReactJs isn't fastConclusion
2 Comments

Sort: