
Virtual DOM and the React Way, Part 1 - JSJ 512
JavaScript Jabber
00:00
The Problem With Unit Tests
If you can actually unitas the front end, that's a huge benefit. One of the problems with working with the browser dom directly is that unit test becomes really difficult. You want to create some sort of interactive form that dods things whenever you click or type something - and reloading the page on every button press just doesn't make sense. For some interactions it's not a problem but for other interactions, having that network and round trip. Let's save you.
Transcript
Play full episode