choojs / nanomorph

🚅 - Hyper fast diffing algorithm for real DOM nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another Alternative.

DylanPiercey opened this issue · comments

@yoshuawuyts I have also tried to create this exact thing for use in a framework I have been building. It's located here, perhaps it could provide some inspiration since it is a slightly different approach and it also addresses node ordering with data-key and id attributes. It also supports namespaces in a pretty clean way.

Anyways this is a non issue but thought I would shoot this your way.
Feel free to close.

commented

Oh sweet! - that looks heaps nice, wasn't aware it existed. I'll def take a look. Heaps thanks for chiming in! 🚀

commented

Added to docs in ecea21d

@yoshuawuyts - Sweet, thanks for adding it.
Hopefully it can be of some help.