Hacker News new | ask | show | jobs
by spankalee 2967 days ago
How well does it work with Shadow DOM? Do the mutation observers get created on attachShadow()?
1 comments

basically layerJS will reparse if it detects a change rigth inside one of its objects. This works for example in a vuejs app we create. If the framework actually rebuilds the whole DOM hierarchy the layerJS parse would need to be triggered manually. Let me know if you get into this situation so we can tackle it.