Learn to Code: How React.js Works

Fullstack Academy

Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

This talk explains various elements of how React.js works. It goes over the virtual DOM, the diffing algorithm, optimizations that the diffing algorithm uses to speed up the process. There is also a bit on some tools that you can use to optimize and speed up your React app.