cerebral-legacy / cerebral-view-react

React View layer package for Cerebral
16 stars 9 forks source link

fix(updates): by default components should update like immutability #67

Closed christianalfoni closed 8 years ago

christianalfoni commented 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.

Guria commented 8 years ago

LGTM