DEV Community

Discussion on: Building a Simple Virtual DOM from Scratch

Collapse
 
nicks101 profile image
Nikki Goel

Amazing. I did go through the whole and implemented it myself also.
Can I ask for an article or video or both on a similar topic - "Create your own bindings using proxies from scratch".
It was originally requested in the comments of the YouTube video.

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.