How DOM Diffing/Patching Works

Notes On Work - by Caleb Porzio - A podcast by Caleb Porzio

Categories:

Words like "virtual dom", "dom diffing and patching", "vDom", and "render functions" are all intimidating (spoiler: they're not actually). However, they are a HUGE part of any front-end framework, and Livewire is no exception. Therefore, we will be diving into what they mean, and how Livewire uses them, so we can lay a foundation for future episodes.