dustingetz/update-in

How do you handle deletion, removing an element from an array or object?

slightlytyler opened this issue · 2 comments

This library is my pick for immutable manipulations but I'm still using lodash's without and omit for these functions. Can these be accomplished with the tools in this library?

Dissoc and assoc are what I think you are looking for, they are documented
in the read me. They went in very recently.

On Thursday, February 25, 2016, Tyler Martinez notifications@github.com
wrote:

This library is my pick for immutable manipulations but I'm still using
lodash's without and omit for these functions. Can these be accomplished
with the tools in this library?


Reply to this email directly or view it on GitHub
#6.

Ah yes I'm blind (: