React is an open-source, front-end, JavaScript library for creating user interfaces or UI modules. Virtual DOM is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory and synced with the “real” DOM by a library such as ReactDOM.
2 Comments
Sort: