VoliJS / NestedReact

BackboneJS compatibility layer for React-MVx MVVM framework.
https://volicon.github.io/React-MVx
79 stars 5 forks source link

Upgrade to valuelinks 1.3 #14

Closed gaperton closed 8 years ago

gaperton commented 8 years ago
const link = this.state.linkAll( 'a', 'b', 'c' );

aLink = link.a

It will improve "pure render" optimization, and make the code much cleaner.

gaperton commented 8 years ago

Done in develop