
SolidJS with Ryan Carniato - JSJ 528
JavaScript Jabber
00:00
Reactivity in JavaScript
The way solid works is the whole tree is actually made of just these primitives. There's no virtual DOM, per se. It's more of like these kind of expressions wrapping through closures around specific updates. With React, you can almost picture a use effect, but the effect is just to update this one point in the DOM. And with reactivity, it's triggered off an auto tracking mechanism.
Transcript
Play full episode