max-mapper / yo-yo

A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals
1.33k stars 65 forks source link

use nanomorph & bel 5 #71

Open yoshuawuyts opened 7 years ago

yoshuawuyts commented 7 years ago

This patch makes it so yo-yo and choo stay compatible, and it becomes trivial to switch one out for the other. We switched to nanomorph when morphdom introduced several regressions in a minor version bump, introduced a tooling requirement and started adding features that pushed it beyond just dom diffing. So far nanomorph has been quite alright, and I reckon it would make sense to keep the behavior the same (: Semver major for sure tho :v:

Changes

Notable changes

arturi commented 6 years ago

Hi! Excited about this, is there any approximation as to when this could be merged?