Closed torgeir closed 9 years ago
Interesting. For this to happen, it would require something like this https://github.com/facebook/immutable-js/issues/242
Otherwise, we need a way to track keyPaths
externally if we don't want to depend on immutable internals.
You can kind of do the this using #60, no? So this can be closed?
This is more an idea than a specific feature suggestion.
I often find myself wanting to update pieces of a structure based on when other specific pieces of a structure or other structures change; think knockout computed observables but with cursors.
How about