Skip to content

Latest commit

 

History

History
30 lines (11 loc) · 939 Bytes

README.md

File metadata and controls

30 lines (11 loc) · 939 Bytes

JavaScript Style Guide   GitHub last commit   npm version   DeepScan grade


Counter app   🕛

  1. With Hyperscript.js

    📁 at src/counter/countWO (It shows DOM elems/objects created with JS props)
    
  2. With HS VirtualDOM.js

    📁 at src/counter/countWVD (It shows same implementation with Virtual DOM re-rendering only nodes needing updating)