← Playground index

Nested update containers

An inner container's registration (an observe field) re-runs every time the outer container morphs. The danger is the inner observer stacking. Test: morph the outer container several times, then change the inner field once - it must fire a single request, not one-per-outer-morph.

Outer morph count: 0

Morph outer container

Inner change count: 0