backstage-plugin-announcements
backstage-plugin-announcements copied to clipboard
🚀 Feature: useAnnouncements hook
🔖 Feature description
Create a custom useAnnouncements
react hook
🎤 Context
Having a reusable hook for react components would be nice to have. There are several areas were we load announcements on the front end. Having that functionality consolidated into a single reusable hook would be more efficient.
✌️ Possible Implementation
useAnnouncements(opts: AnnouncementsRequestOpts)
...
👀 Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!