Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+1 -1
+1 -1
README.md
··· 1 1 # Morphlex 2 2 3 - Morphlex is an attempt to create a DOM morphing function in less than 100 lines of code with no runtime dependencies, to use with [HTMZ](https://leanrada.com/htmz/) in small projects. It is still very much a work-in-progress. 3 + Morphlex is tiny (less than 1KB minified and gzipped), optimal DOM morphing library written in TypeScript. It uses IdSets, inspired by [Idiomorph](https://github.com/bigskysoftware/idiomorph) and `isEqualNode` inspired by [Morphdom](https://github.com/patrick-steele-idem/morphdom). Credit is also due to [Nanomorph](https://github.com/choojs/nanomorph) for their work on input properties. 4 4 5 5 ## Why are we doing this? 6 6