Skip to content

Instantly share code, notes, and snippets.

@dickenslian
dickenslian / vdom_v3.html
Created August 28, 2018 17:24
你不知道的Virtual DOM(三)
<body>
<style>
body { margin: 0; font-size: 24; font-family: sans-serif }
.li-1 { background: red }
.li-2 { background: green }
.li-3 { background: yellow }
.li-4 { background: purple }
.li-0 { background: gray }
</style>
<script src="compiled.js"></script>