@Thilina
Software developer
Nothing here yet.
Nothing here yet.
Feb 16, 2022 · 1 min read · import { createContext, useState, useEffect } from 'react'; const NotificationContext = createContext({ notification: null, // { title, message, status } showNotification: function (notificationData) {}, hideNotification: function () {}, }); ...
Join discussion