ahoym / redesert

Work in Progress - Opinionated HOFs for auto-generating REST API consuming redux logic
MIT License
3 stars 1 forks source link

Make "remove" reducer factory #7

Closed ahoym closed 6 years ago

ahoym commented 6 years ago

Context

Add a factory for a reducer that deals with remove cases, for a single entity (out of multiple entities) only. Batch removals should be handled in a separate reducer for distinct clarity.

Additional Changes

Tasks