Skip to content

themarcba/vue-vdom

Repository files navigation

Simplified Vue 3 Virtual DOM

This is an example showing how a virtual DOM could be implemented. This is not a complete implementation for a VDOM, rather than an example for educational purposes.

The vue-vdom.js has a very simplified implementation of the patch function to keep the example simple.

vue-vdom-extended.js has a bit more elaborate algorithm.

In the file vdom-examples.js are various different examples of render functions.

About

A simplified version of the Vue 3 VOM engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published