const { notifications } = useClientNotifications();
useClientNotifications
The useClientNotifications
hook is used to listen to the client side notifications. It is used to get the list of the notifications.
Usage
On this page:
Basics
UI Components
UI Cookbook
State and Offline Support
Advanced Guides
Migration Guides
The useClientNotifications
hook is used to listen to the client side notifications. It is used to get the list of the notifications.
const { notifications } = useClientNotifications();