notificationReducer
notificationReducer ⇒ Object
notificationReducer is a reducer function for handling notification related actions.
Kind: global constant
Returns: Object
- The new state after applying the action.
Param | Type | Description |
---|---|---|
state | Object | The current state of the application. |
action | Object | The action to be handled. |