Skip to content

Resolve "Ability to separately set content to `byId` state and `ids` state"

What I Did

  • Added ability to separately set byId and ids keys by using a new action creator factory argument to limit scope.
  • Added deprecated warning helper.

Testing

  • Check the docs and ensure they're understandable
  • Implement an action creator for each of set, update, add and remove and ensure it limits mutations to each state key.

Closes #10 (closed)

Edited by Sam Sehnert

Merge request reports