I spent 6 days building my VDOM library as I hated how React handles memo
Summary
Tyaff is a lightweight JavaScript VDOM library advertised as an alternative to React, featuring memo scoping, mutable data access, a pull-based context, and globally unique keys. It provides a compact API with its own diff/patch logic, examples, and an open-source license. The article serves as a project showcase with installation and usage examples.