A virtual DOM implementation with static analysis for efficient reconciliation. Experimental.
- Fine grain diffing - Static analysis with render, mount, patch methods
- Ability to attach event listeners to element (Yes! you can update the count state on click ⚡)
- Way faster than react reconciliation if you have majority static and lesser number of dynamic components
Walking on trees is important. But looking at the tree might be a better idea.