Closed christianalfoni closed 8 years ago
our update is faster, we just make sure the updated paths is part of any of the registered components. Thus simulating immutable render behaviour
This fixes an issue where pointing to app.foo.bar would not cause a new render when app.foo was updated.
app.foo.bar
app.foo
LGTM
our update is faster, we just make sure the updated paths is part of any of the registered components. Thus simulating immutable render behaviour
This fixes an issue where pointing to
app.foo.bar
would not cause a new render whenapp.foo
was updated.