PubNubDevelopers / pn-toolbox-react

A toolbox of PN developer tools written in React
7 stars 4 forks source link

Make generic notification coponents #22

Open pubnubcraig opened 2 years ago

pubnubcraig commented 2 years ago

Notification dialog components are currently duplicated on each page that needs them. These should be refactored into generic components so that it is possible to maintain consistency across all pages and reduce the complexity of the code of each component that uses them.