Moving Beyond Virtual DOM and State Management
The virtual DOM was a fantastic innovation. It brought about a much more productive way of writing web applications by allowing us to write our views in a declarative manner. This big benefit has little to do with performance of the initial render. Instead, it is the process of updating the DOM to reflect changes in your state has become much faster. This process of bringing the DOM in sync with the state is often referred to as DOM reconciliation. EVENT: Øredev 2018 SPEAKER: Sindre Osen Aarsaether PERMISSIONS: Øredev Conference Organizer provided Coding Tech with the permission to republish this video. https://www.youtube.com/watch?v=m8T-I-zcT1A