Moving Beyond Virtual DOM and State Management
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=m8T-I-zcT1A
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.
Other Videos By Coding Tech
2019-03-22 | Microservices Gone Wrong |
2019-03-16 | Game Engine API Design |
2019-03-05 | Adding JavaScript to Minecraft |
2019-03-04 | Intro to Modern JavaScript |
2019-03-03 | Making the Next Blockbuster Game with Free Software Tools |
2019-03-02 | Going GraphQL |
2019-03-01 | Single Page Applications At Scale |
2019-02-23 | Move Over GUI, Lets Build a VUI With JavaScript! |
2019-02-22 | The React Cookbook: Advanced Recipes to Level Up Your Next App |
2019-02-17 | The Clean Architecture |
2019-02-16 | Moving Beyond Virtual DOM and State Management |
2019-02-13 | TypeScript - State of the Union |
2019-02-06 | Lean vs Agile vs Design Thinking |
2019-02-04 | Using Python in Weather Forecasting || Stephan Siemen |
2019-02-03 | console.log(brain) |
2019-01-28 | Speed, Speed, Speed: JavaScript vs C++ vs WebAssembly |
2019-01-27 | High Performance Data Processing in Python || Donald Whyte |
2019-01-26 | Raiders of the Javascript based Malware |
2019-01-21 | How Linters, Compilers & Other Cool Things Work |
2019-01-20 | React and TypeScript |
2019-01-19 | Your CSS Layout Toolkit for 2019 |
Tags:
virtual dom
state management
web development