An open API service indexing awesome lists of open source software.

https://github.com/rifandani/vue-vdom

Simplified Vue 3 Virtual DOM
https://github.com/rifandani/vue-vdom

Last synced: 7 months ago
JSON representation

Simplified Vue 3 Virtual DOM

Awesome Lists containing this project

README

          

# 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**.

> Credits: This material was created by [Marc Backes](https://github.com/themarcba/vue-vdom)