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
- Host: GitHub
- URL: https://github.com/rifandani/vue-vdom
- Owner: rifandani
- Created: 2023-08-17T07:46:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T07:47:59.000Z (about 2 years ago)
- Last Synced: 2025-01-21T15:49:06.834Z (9 months ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)