Skip to content

yuchiu/YC-Virtual-DOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YC-React

  • Virtual dom implementation, capable of rendering, differentiate and mounting JavaScript components to HTML

Demo

A simple app that render 1-10 images with virtual dom randomly and mount the virtual dom on HTML DOM.


Future Expansion

  • APIs for structuring components similar to React

Get Started

Demo Image Render

  • install dependencies & start
cd test-client
npm install
npm start

application will be running on http://localhost:3000