React Activity Feed
Edit page
Introduction
Top Level Components
ActivityFlat feedNotificationPropertiesBasic usageNotification dropdownNotification feedSingle postStatus update form
UI Components
Layout Components
Streami18n
Composition Components
Readme

Notification

This component renders each grouped activity inside the <NotificationFeed /> component.

It supports the following activity verbs by default: follow, like, repost, comment.

Properties

activityGroup
NotificationActivityEnriched<UT, AT, CT, RT, CRT>
required
onClickNotification
((activityGroup: NotificationActivityEnriched<UT, AT, CT, RT, CRT>) => void) | undefined
onClickUser
OnClickUserHandler<UT> | undefined
onMarkAsRead
((group: MarkAsGroup) => Promise<void>) | undefined

Basic usage