mohamedelshorbagy / vdom-simple

Implementing Simple Virtual DOM from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Implemenetation of Virtual Dom

this is implmentation with pure javascript with a little help from Typescript for adding types and inspired from existing Vdom implementations

Existing implementation of VDom

  1. virtual-dom by Matt-Esch.
  2. Snabbdom.

About

Implementing Simple Virtual DOM from scratch


Languages

Language:TypeScript 97.0%Language:HTML 3.0%