Skip to content

kusamochi/vdom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vDom

a plain javascript implementation of jsx virtual dom rendering.

this is a fork of [Building a Simple Virtual DOM from Scratch] from Jason Yu

Building a Simple Virtual DOM from Scratch here.


Modified render and diff are based on Rodrigo Pombo

Build your own React here


To run

> npm install
> npm run dev

To build

> npm run build

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 2.8%