Tejesh Mehta

Results 77 comments of Tejesh Mehta

I was thinking of creating an invoke method that may satisfy your needs: invoke(state, 'data.push', action.payload) Although that would not me an immutable helper. We may be able to create...

Quick reply for now. I recently fixed a bug with put. I think the example you provided should work as expected with the latest version of 101. Try it out...

I see what you are saying now. Sorry, looked at that too quick on my phone. Let me think about this a bit. Would `keypather.flatten` be sufficient for your needs?:...

Could we extend '101/assign'?

Assign current only supports a depth of 1

And doesn't support keypaths

The plan for assign is to possibly deprecate it in v2.0.0. Actually to get this in before then how about '101/extend'. I am traveling this week, but happy to take...

👍 Typed using my thumbs.. > On Aug 27, 2016, at 1:25 AM, Kier Borromeo [email protected] wrote: > > Oh, how about we name it merge? _.merge is like _.assign...

I would suggest creating an issue for quick discussion, and then PRing it. Sorry for not having a `CONTRIBUTING.md` :(. Everything is done manually right now. So you'll just have...

In general, map utils fit in great w/ 101. There are typically, more in-depth discussions for more complex utils. Same goes w/ any utils that can be created by a...