Skip to content

Instantly share code, notes, and snippets.

@asafmor
asafmor / mini-vue.html
Created June 27, 2020 07:02
mini-vue, UI framework foundation, including concepts like: reactivity, rendering, virtual dom
<style>
.green {
color: green;
}
</style>
<div id="app"></div>
<script>
// vdom