allidsbyid
v1.4.4
Published
Collection of functions to change objects that are in a allIds/byId shape without mutating them
Downloads
9
Readme
allidsbyid
A set of functions to modify normalized objects like
{
"allIds": ["a", "b"],
"byId": {
"a": {"value": "a"},
"b": {"value": "b", "more": "b"}
}
}
The objects are not mutated and can be used for react/redux.