Notification Count

Returns a number describing the number of notifications that have occurred.

Syntax

function getNotificationsCount(state) {
  return state.notifications.count;
}