Kier Borromeo
Kier Borromeo
`invoke` sounds cool. I'm not sure how to name it, but I presume that people won't use both immutable and mutable invoke at the same time, so maybe we could...
Thanks for the quick reply!
Yea. But to simplify even more, I was wondering if we could achieve the ff: ``` js var update = require('101/update'); var updated = update(user, 'mother.mother.daughters.0', { age: 5, height:...
I think we could do that, but I think it could complicate `assign` in both functionality and API. IMO, I would prefer a new function like `update` :D.
Oh, how about we name it `merge`? `_.merge` is like `_.assign` but recursively merges the object. However, `_.merge` mutates the original object.
[react-link-state](https://github.com/srph/react-link-state) (`linkState` for ES6 components) will start supporting deep link-state when https://github.com/srph/react-link-state/pull/2 is merged. Thinking of merging with this project if that's good with a number of people.
Do you intend to support ES6?
Alright. If you want me to merge my work with yours (deprecated mine), feel free to hit me up.
For the time being, as a workaround, I used `keplr.enable` as it tells me when user closes the password prompt. To elaborate, I would silence the error from cancelling the...