Brian Neisler

Results 18 comments of Brian Neisler

Thanks @chrisui for opening this issue for discussion. Definitely an important topic. On one hand I see some significant benefits of taking an entirely immutable approach. * Provides a layer...

Thanks @miangraham! > Rather than a drop-in replacement, I'd have a much easier time with slightly different method names--or separate modules or whatnot--whose behavior I could predict reliably. Glad to...

Potentially targeting this change for version 0.3.0. Assembling a list of the lodash methods here that mutate data and would need to be modified. TODO: Methods remaining for conversion to...

I've taken a first stab at converting a few Lodash methods with a "mutable" signature to an "immutable" one. The following methods have been converted to be immutable. * [`pull()`](https://lodash.com/docs/4.17.2#pull)...

Just converted the following methods to be immutable. These methods have been released in v0.5.0 * [`unset()`](https://lodash.com/docs/4.17.2#unset) * [`update()`](https://lodash.com/docs/4.17.2#update) * [`updateWith()`](https://lodash.com/docs/4.17.2#updateWith)

Thanks @karlshea, will have a look

Hey @guillaumearm and @markerikson. Thanks for opening up this thread and for your interest in this project! We were holding off on writing a readme since this library is still...

@markerikson wow! Thanks for the links. You've really put together some amazing resources and clearly spent a lot of time researching redux. I think I have enough new reading material...