DEV Community

Discussion on: Building a Simple Virtual DOM from Scratch

Collapse
 
ycmjason profile image
YCM Jason

bindings as in reactivity?

Collapse
 
nicks101 profile image
Nikki Goel

Yes. Reactivity in Vue (how DOM updates and render the changes, how changes are detected, etc).
Also how computed properties and watchers work.
I would love to see your take on this.