Closed oluckyman closed 5 years ago
It just so happens that we do: updateAll
However, by and large this library is supposed to work WITH lodash/fp, not replace it. If you can find an elegant way to do something with lodash/fp or normal lodash, then go for it!
Now, when I need to do multiple modifications on a complex object, I do this:
Just realized, that I can use
flow
from lodash:Not sure if it's in the scope of that lib to have its own
flow
analog. If not, it's ok too.Thanks for your efforts!